[mapserver-commits] r7201 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Thu Dec 20 17:05:06 EST 2007


Author: tamas
Date: 2007-12-20 17:05:06 -0500 (Thu, 20 Dec 2007)
New Revision: 7201

Modified:
   trunk/mapserver/mapserver.h
Log:
Remove labelCacheMemberObj.labelpath from the SWIG interface

Modified: trunk/mapserver/mapserver.h
===================================================================
--- trunk/mapserver/mapserver.h	2007-12-20 17:55:51 UTC (rev 7200)
+++ trunk/mapserver/mapserver.h	2007-12-20 22:05:06 UTC (rev 7201)
@@ -803,7 +803,9 @@
 
   int status; /* has this label been drawn or not */
 
+#ifndef SWIG
   labelPathObj *labelpath;  /* Path & bounds of curved labels.  Bug #1620 implementation */
+#endif /* SWIG */
   
 } labelCacheMemberObj;
 



More information about the mapserver-commits mailing list