diff options
Diffstat (limited to 'graphics/nurbs++/files/patch-matrix_matrix_float.cpp')
-rw-r--r-- | graphics/nurbs++/files/patch-matrix_matrix_float.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/nurbs++/files/patch-matrix_matrix_float.cpp b/graphics/nurbs++/files/patch-matrix_matrix_float.cpp new file mode 100644 index 000000000000..c60b8c8cf1a1 --- /dev/null +++ b/graphics/nurbs++/files/patch-matrix_matrix_float.cpp @@ -0,0 +1,11 @@ +--- matrix/matrix_float.cpp.orig 2008-02-13 22:14:25.000000000 +0100 ++++ matrix/matrix_float.cpp 2008-02-13 22:14:45.000000000 +0100 +@@ -27,7 +27,7 @@ + + namespace PLib { + +- void Matrix<float>::qSort(){ ++ template<> void Matrix<float>::qSort(){ + qsort((char*)m,rows()*cols(),sizeof(float),compareFloat) ; + } + |