[mapguide-commits] r5652 - trunk/MgDev/Server/src/Services/Kml

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Mar 22 05:54:32 EDT 2011


Author: hubu
Date: 2011-03-22 02:54:32 -0700 (Tue, 22 Mar 2011)
New Revision: 5652

Modified:
   trunk/MgDev/Server/src/Services/Kml/ServerKmlService.cpp
Log:
Fix break build in Linux.


Modified: trunk/MgDev/Server/src/Services/Kml/ServerKmlService.cpp
===================================================================
--- trunk/MgDev/Server/src/Services/Kml/ServerKmlService.cpp	2011-03-22 09:52:01 UTC (rev 5651)
+++ trunk/MgDev/Server/src/Services/Kml/ServerKmlService.cpp	2011-03-22 09:54:32 UTC (rev 5652)
@@ -944,7 +944,7 @@
                             for(int l = 0; l < symbolInstanceCollection->GetCount(); l++)
                             {
                                 MdfModel::SymbolInstance* symbolInstance = symbolInstanceCollection->GetAt(l);
-                                if(symbolInstance->GetGeometryContext() == MdfModel::SymbolInstance::GeometryContext::gcPoint)
+                                if(symbolInstance->GetGeometryContext() == SymbolInstance::gcPoint)
                                 {
                                     MgUtil::Int32ToString(++categoryIndex,strCategoryIndex);
                                 }



More information about the mapguide-commits mailing list