diff options
Diffstat (limited to 'graphics/nurbs++/files/patch-matrix_matrix.h')
-rw-r--r-- | graphics/nurbs++/files/patch-matrix_matrix.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/nurbs++/files/patch-matrix_matrix.h b/graphics/nurbs++/files/patch-matrix_matrix.h new file mode 100644 index 000000000000..210beb2407c3 --- /dev/null +++ b/graphics/nurbs++/files/patch-matrix_matrix.h @@ -0,0 +1,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>&); |