[mapserver-commits] r13266 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Thu Mar 15 18:14:55 EDT 2012


Author: tamas
Date: 2012-03-15 15:14:55 -0700 (Thu, 15 Mar 2012)
New Revision: 13266

Modified:
   trunk/mapserver/mapprimitive.h
Log:
Don't expose shapeObj.texts to SWIG, which causes build issues.

Modified: trunk/mapserver/mapprimitive.h
===================================================================
--- trunk/mapserver/mapprimitive.h	2012-03-15 22:04:53 UTC (rev 13265)
+++ trunk/mapserver/mapprimitive.h	2012-03-15 22:14:55 UTC (rev 13266)
@@ -86,7 +86,9 @@
   long index;
   int tileindex;
   int classindex;
+#ifndef SWIG
   char **texts;
+#endif
   char *text;
   
   int scratch;



More information about the mapserver-commits mailing list