summaryrefslogtreecommitdiff
path: root/graphics/nurbs++/files/patch-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/nurbs++/files/patch-list.h')
-rw-r--r--graphics/nurbs++/files/patch-list.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/nurbs++/files/patch-list.h b/graphics/nurbs++/files/patch-list.h
new file mode 100644
index 000000000000..2f33d10e36cb
--- /dev/null
+++ b/graphics/nurbs++/files/patch-list.h
@@ -0,0 +1,10 @@
+--- matrix/list.h.orig Mon May 13 14:07:45 2002
++++ matrix/list.h Fri Dec 1 00:21:47 2006
+@@ -89,6 +89,7 @@
+ int resetMode() const { return reset_mode ; }
+ void setResetMode(ListResetMode a ) { reset_mode = a ; }
+
++ BasicList<T> const &by_ref() { return *this ; }
+ protected:
+ BasicNode<T> *first_,*last_ ;
+ int n ;