[GRASS-SVN] r33341 - grass/branches/develbranch_6/gui/wxpython/nviz

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 9 03:20:38 EDT 2008


Author: martinl
Date: 2008-09-09 03:20:37 -0400 (Tue, 09 Sep 2008)
New Revision: 33341

Modified:
   grass/branches/develbranch_6/gui/wxpython/nviz/nviz.i
Log:
wxNviz: attempt to compile wxnviz on Mac (thanks to William Kyngesburye)


Modified: grass/branches/develbranch_6/gui/wxpython/nviz/nviz.i
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/nviz/nviz.i	2008-09-09 04:00:32 UTC (rev 33340)
+++ grass/branches/develbranch_6/gui/wxpython/nviz/nviz.i	2008-09-09 07:20:37 UTC (rev 33341)
@@ -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