[mapserver-commits] r7248 - branches/branch-5-0/mapserver

svn at osgeo.org svn at osgeo.org
Sat Jan 5 11:29:43 EST 2008


Author: tamas
Date: 2008-01-05 11:29:43 -0500 (Sat, 05 Jan 2008)
New Revision: 7248

Modified:
   branches/branch-5-0/mapserver/mapserver.h
Log:
Fix typo in r7245

Modified: branches/branch-5-0/mapserver/mapserver.h
===================================================================
--- branches/branch-5-0/mapserver/mapserver.h	2008-01-05 16:19:22 UTC (rev 7247)
+++ branches/branch-5-0/mapserver/mapserver.h	2008-01-05 16:29:43 UTC (rev 7248)
@@ -1355,7 +1355,7 @@
 
 MS_DLL_EXPORT int msMapSetExtent(mapObj *map, double minx, double miny, 
                                  double maxx, double maxy);
-S_DLL_EXPORT int msMapOffsetExtent( mapObj *map, double x, double y);
+MS_DLL_EXPORT int msMapOffsetExtent( mapObj *map, double x, double y);
 MS_DLL_EXPORT int msMapScaleExtent( mapObj *map, double zoomfactor, 
 					 double minscaledenom, double maxscaledenom);
 MS_DLL_EXPORT int msMapSetCenter( mapObj *map, pointObj *center);



More information about the mapserver-commits mailing list