[mapguide-commits] r7262 - trunk/MgDev/Common/Stylization

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Dec 12 17:41:49 PST 2012


Author: sparkliu
Date: 2012-12-12 17:41:49 -0800 (Wed, 12 Dec 2012)
New Revision: 7262

Modified:
   trunk/MgDev/Common/Stylization/SE_StyleVisitor.cpp
Log:
[Submitted on behalf of Steven Xu. Reviewed by myself.]
This is a follow-up submission for ticket #2197 / changeset r7260.
Remove "#ifdef _DEBUG" to enable the method "IsTag" working in release configuration.

Modified: trunk/MgDev/Common/Stylization/SE_StyleVisitor.cpp
===================================================================
--- trunk/MgDev/Common/Stylization/SE_StyleVisitor.cpp	2012-12-12 18:42:19 UTC (rev 7261)
+++ trunk/MgDev/Common/Stylization/SE_StyleVisitor.cpp	2012-12-13 01:41:49 UTC (rev 7262)
@@ -144,7 +144,6 @@
 }
 
 
-#ifdef _DEBUG
 inline bool IsTag(const wchar_t& item)
 {
     return (item == L'm' || item == L'M'
@@ -154,7 +153,6 @@
          || item == L'a' || item == L'A'
          || item == L'z' || item == L'Z');
 }
-#endif
 
 
 bool SE_StyleVisitor::ParseDouble(const wchar_t*& str, double& val)



More information about the mapguide-commits mailing list