freebsd-ports/graphics/nurbs++/files/patch-matrix_matrix.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

11 lines
267 B
C

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