[mapguide-commits] r4385 - trunk/MgDev/Server/src/Services/Rendering

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Dec 7 19:11:08 EST 2009


Author: waltweltonlair
Date: 2009-12-07 19:11:08 -0500 (Mon, 07 Dec 2009)
New Revision: 4385

Modified:
   trunk/MgDev/Server/src/Services/Rendering/FeatureInfoRenderer.h
Log:
Make declaration order consistent with other renderers...

Modified: trunk/MgDev/Server/src/Services/Rendering/FeatureInfoRenderer.h
===================================================================
--- trunk/MgDev/Server/src/Services/Rendering/FeatureInfoRenderer.h	2009-12-08 00:09:19 UTC (rev 4384)
+++ trunk/MgDev/Server/src/Services/Rendering/FeatureInfoRenderer.h	2009-12-08 00:11:08 UTC (rev 4385)
@@ -123,12 +123,12 @@
 
     virtual RS_Bounds& GetBounds();
 
-    virtual bool SupportsZ();
-
     virtual bool RequiresClipping();
 
     virtual bool RequiresLabelClipping();
 
+    virtual bool SupportsZ();
+
     virtual bool RequiresCompositeLineStyleSeparation();
 
     ///////////////////////////////////



More information about the mapguide-commits mailing list