[mapguide-commits] r5048 -
sandbox/adsk/2.2gp/Common/MapGuideCommon/MapLayer
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Thu Jul 22 14:06:02 EDT 2010
Author: brucedechant
Date: 2010-07-22 18:06:02 +0000 (Thu, 22 Jul 2010)
New Revision: 5048
Modified:
sandbox/adsk/2.2gp/Common/MapGuideCommon/MapLayer/Map.h
Log:
Fix Linux build due to RFC60 submission.
Modified: sandbox/adsk/2.2gp/Common/MapGuideCommon/MapLayer/Map.h
===================================================================
--- sandbox/adsk/2.2gp/Common/MapGuideCommon/MapLayer/Map.h 2010-07-22 04:10:35 UTC (rev 5047)
+++ sandbox/adsk/2.2gp/Common/MapGuideCommon/MapLayer/Map.h 2010-07-22 18:06:02 UTC (rev 5048)
@@ -27,7 +27,7 @@
#include <list>
#include <map>
-typedef std::list<const MdfModel::MdfString> ColorStringList;
+typedef std::list<MdfModel::MdfString> ColorStringList;
class MgMap;
class MgSiteConnection;
More information about the mapguide-commits
mailing list