[mapserver-commits] r11123 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Tue Mar 8 17:48:55 EST 2011


Author: tamas
Date: 2011-03-08 14:48:54 -0800 (Tue, 08 Mar 2011)
New Revision: 11123

Modified:
   trunk/mapserver/mapgraticule.c
Log:
Fixed the signature of msGraticuleLayerGetAutoStyle (#3647)

Modified: trunk/mapserver/mapgraticule.c
===================================================================
--- trunk/mapserver/mapgraticule.c	2011-03-08 22:34:33 UTC (rev 11122)
+++ trunk/mapserver/mapgraticule.c	2011-03-08 22:48:54 UTC (rev 11123)
@@ -541,7 +541,7 @@
 /**********************************************************************************************************************
  *
  */
-int msGraticuleLayerGetAutoStyle(mapObj *map, layerObj *layer, classObj *c, int tile, long record)
+int msGraticuleLayerGetAutoStyle(mapObj *map, layerObj *layer, classObj *c, shapeObj* shape)
 {
   return MS_SUCCESS;
 }



More information about the mapserver-commits mailing list