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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Mar 9 06:00:06 EST 2007


Author: waltweltonlair
Date: 2007-03-09 06:00:06 -0500 (Fri, 09 Mar 2007)
New Revision: 1188

Modified:
   trunk/MgDev/Common/Stylization/SE_Include.h
Log:
Fix the Linux build - again.


Modified: trunk/MgDev/Common/Stylization/SE_Include.h
===================================================================
--- trunk/MgDev/Common/Stylization/SE_Include.h	2007-03-09 00:13:51 UTC (rev 1187)
+++ trunk/MgDev/Common/Stylization/SE_Include.h	2007-03-09 11:00:06 UTC (rev 1188)
@@ -148,7 +148,7 @@
         return value;
     }
 
-    SE_INLINE void SE_Integer::operator=(int i)  { value = i; }
+    SE_INLINE void operator=(int i)  { value = i; }
 };
 
 struct SE_Boolean



More information about the mapguide-commits mailing list