ports/graphics/nurbs++/files/patch-list.h
Alexey Dokuchaev 25f100a96e - Resurrect; unbreak on all supported versions of FreeBSD (and 8.X)
- Drop leading indefinite article from COMMENT text
- Stagify, convert to USES=libtool, switch to .tar.bz2 distfile
2015-10-21 16:34:23 +00:00

10 lines
327 B
C++

--- 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 ;