[GRASS-SVN] r33343 - grass/trunk/gui/wxpython/nviz

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 9 03:27:45 EDT 2008


Author: martinl
Date: 2008-09-09 03:27:45 -0400 (Tue, 09 Sep 2008)
New Revision: 33343

Modified:
   grass/trunk/gui/wxpython/nviz/nviz.i
Log:
wxNviz: attempt to compile wxnviz on Mac (thanks to William Kyngesburye)
(merge from devbr6, r33341)


Modified: grass/trunk/gui/wxpython/nviz/nviz.i
===================================================================
--- grass/trunk/gui/wxpython/nviz/nviz.i	2008-09-09 07:26:47 UTC (rev 33342)
+++ grass/trunk/gui/wxpython/nviz/nviz.i	2008-09-09 07:27:45 UTC (rev 33343)
@@ -7,6 +7,8 @@
 #include <grass/gstypes.h>
 %}
 
+#undef check
+
 %include "std_vector.i"
 namespace std { 
    %template(IntVector) vector<int>;



More information about the grass-commit mailing list