[GRASS-SVN] r33777 - grass/trunk/gui/wxpython/nviz
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 9 02:24:08 EDT 2008
Author: martinl
Date: 2008-10-09 02:24:07 -0400 (Thu, 09 Oct 2008)
New Revision: 33777
Modified:
grass/trunk/gui/wxpython/nviz/nviz.i
Log:
kyngchaos: move undef check inside module def so it gets into wrap
(merge from devbr6, r33766)
Modified: grass/trunk/gui/wxpython/nviz/nviz.i
===================================================================
--- grass/trunk/gui/wxpython/nviz/nviz.i 2008-10-09 06:16:55 UTC (rev 33776)
+++ grass/trunk/gui/wxpython/nviz/nviz.i 2008-10-09 06:24:07 UTC (rev 33777)
@@ -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