Sfoglia il codice sorgente

wxNviz: attempt to compile wxnviz on Mac (thanks to William Kyngesburye)
(merge from devbr6, https://trac.osgeo.org/grass/changeset/33341)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33343 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 16 anni fa
parent
commit
298005775a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      gui/wxpython/nviz/nviz.i

+ 2 - 0
gui/wxpython/nviz/nviz.i

@@ -7,6 +7,8 @@
 #include <grass/gstypes.h>
 %}
 
+#undef check
+
 %include "std_vector.i"
 namespace std { 
    %template(IntVector) vector<int>;