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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Mar 7 13:18:44 EST 2007


Author: traianstanev
Date: 2007-03-07 13:18:44 -0500 (Wed, 07 Mar 2007)
New Revision: 1170

Modified:
   trunk/MgDev/Common/Stylization/SE_Include.h
Log:
SVN didn't like this file. It's part of my previous submission.

Modified: trunk/MgDev/Common/Stylization/SE_Include.h
===================================================================
--- trunk/MgDev/Common/Stylization/SE_Include.h	2007-03-07 18:17:29 UTC (rev 1169)
+++ trunk/MgDev/Common/Stylization/SE_Include.h	2007-03-07 18:18:44 UTC (rev 1170)
@@ -334,7 +334,7 @@
 
 struct SE_RenderText : public SE_RenderPrimitive
 {
-    const wchar_t* text;
+    std::wstring text;
     double position[2];
 
     RS_TextDef tdef;



More information about the mapguide-commits mailing list