[mapguide-commits] r5714 - in trunk/MgDev/Common: CoordinateSystem Renderers

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Apr 21 02:45:58 EDT 2011


Author: waltweltonlair
Date: 2011-04-20 23:45:58 -0700 (Wed, 20 Apr 2011)
New Revision: 5714

Modified:
   trunk/MgDev/Common/CoordinateSystem/CoordSysEnum.cpp
   trunk/MgDev/Common/Renderers/KmlIconStyle.h
Log:
Eliminate some build warnings...

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysEnum.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysEnum.cpp	2011-04-20 06:55:18 UTC (rev 5713)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysEnum.cpp	2011-04-21 06:45:58 UTC (rev 5714)
@@ -393,4 +393,4 @@
 void CCoordinateSystemEnum::SetReadAllDefinitionCallback(ReadAllDictionaryDefinitionsCallback callback)
 {
     this->m_readAllDefCallback = callback;
-}
\ No newline at end of file
+}

Modified: trunk/MgDev/Common/Renderers/KmlIconStyle.h
===================================================================
--- trunk/MgDev/Common/Renderers/KmlIconStyle.h	2011-04-20 06:55:18 UTC (rev 5713)
+++ trunk/MgDev/Common/Renderers/KmlIconStyle.h	2011-04-21 06:45:58 UTC (rev 5714)
@@ -31,4 +31,4 @@
     bool operator<(const KmlIconStyle& other) const;
 };
 
-#endif KML_ICONSTYLE_H
+#endif //KML_ICONSTYLE_H



More information about the mapguide-commits mailing list