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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 8 20:18:42 EDT 2008


Author: kyngchaos
Date: 2008-10-08 20:18:41 -0400 (Wed, 08 Oct 2008)
New Revision: 33766

Modified:
   grass/branches/develbranch_6/gui/wxpython/nviz/nviz.i
Log:
move undef check inside module def so it gets into wrap

Modified: grass/branches/develbranch_6/gui/wxpython/nviz/nviz.i
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/nviz/nviz.i	2008-10-08 15:17:17 UTC (rev 33765)
+++ grass/branches/develbranch_6/gui/wxpython/nviz/nviz.i	2008-10-09 00:18:41 UTC (rev 33766)
@@ -5,10 +5,9 @@
 #include "nviz.h"
 #include <grass/gsurf.h>
 #include <grass/gstypes.h>
+#undef check
 %}
 
-#undef check
-
 %include "std_vector.i"
 namespace std { 
    %template(IntVector) vector<int>;



More information about the grass-commit mailing list