ports/graphics/nurbs++/files/patch-matrix_barray2d_uchar.cpp
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
281 B
C++

--- matrix/barray2d_uchar.cpp.orig 2008-02-13 22:18:33.000000000 +0100
+++ matrix/barray2d_uchar.cpp 2008-02-13 22:18:50.000000000 +0100
@@ -27,7 +27,7 @@
namespace PLib {
-ostream&
+template<> ostream&
Basic2DArray<unsigned char>::print(ostream& os) const
{
int i, j;