summaryrefslogtreecommitdiff
path: root/graphics/pfstools/files/patch-src-matlab-compatibility.h
blob: e44f8dd8d1e6a7512a9a7094ca5a6d7f7c8ea476 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/matlab/compatibility.h.orig	2007-03-01 14:10:57.000000000 +0000
+++ src/matlab/compatibility.h	2014-02-20 19:04:01.566588122 +0000
@@ -59,6 +59,6 @@
 
 #endif
 
-#define DEBUG_STR if(1); else cerr
+#define DEBUG_STR if(1); else std::cerr
 
 #endif