summaryrefslogtreecommitdiff
path: root/graphics/nurbs++/files/patch-vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/nurbs++/files/patch-vector.h')
-rw-r--r--graphics/nurbs++/files/patch-vector.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/nurbs++/files/patch-vector.h b/graphics/nurbs++/files/patch-vector.h
new file mode 100644
index 000000000000..f6f8bee0101a
--- /dev/null
+++ b/graphics/nurbs++/files/patch-vector.h
@@ -0,0 +1,11 @@
+--- matrix/vector.h.orig Mon May 13 14:07:45 2002
++++ matrix/vector.h Thu Nov 30 23:29:02 2006
+@@ -69,7 +69,7 @@
+ {
+ public:
+ int rows() const //!< a reference to the size of the vector
+- { return sze ;}
++ { return this->sze ;}
+ Vector() : BasicArray<T>(1) {} //!< Basic constructor
+ Vector(const int r) : BasicArray<T>(r) {}
+ Vector(const Vector<T>& v) : BasicArray<T>(v) {}