summaryrefslogtreecommitdiff
path: root/graphics/nurbs++/files/patch-list.h
blob: 2f33d10e36cb039a0514fd59db19497203503b6a (plain) (blame)
1
2
3
4
5
6
7
8
9
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 ;