summaryrefslogtreecommitdiff
path: root/graphics/nurbs++/files/patch-matrix_matrix.h
blob: 210beb2407c398bad3afeffa64a200624715de1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- matrix/matrix.h.orig
+++ matrix/matrix.h
@@ -75,7 +75,7 @@
       
       Matrix<T>&	operator=(const Matrix<T>&);	
       T operator=(const T v) 
-	{ reset((T)0); 
+	{ this->reset((T)0); 
 	diag(v);
 	return v; }
       void submatrix(int i, int j, Matrix<T>&);