[mapguide-commits] r4256 - trunk/MgDev/Common/Geometry/CoordinateSystem

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Sep 22 19:31:13 EDT 2009


Author: NormOlsen
Date: 2009-09-22 19:31:13 -0400 (Tue, 22 Sep 2009)
New Revision: 4256

Modified:
   trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformationMethod.h
Log:
Fix broken Build. 

Modified: trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformationMethod.h
===================================================================
--- trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformationMethod.h	2009-09-22 23:22:54 UTC (rev 4255)
+++ trunk/MgDev/Common/Geometry/CoordinateSystem/CoordinateSystemGeodeticTransformationMethod.h	2009-09-22 23:31:13 UTC (rev 4256)
@@ -16,7 +16,7 @@
 //
 
 #ifndef _MGCOORDINATESYSTEMGEODETICTRANSFORMATIONMETHOD_H_
-#define _MGCOORDINATESYSTEMGEODETICTRANSFORMATIONMETHOD_H_
+#define _MGCOORDINATESYSTEMGEODETICTRANSFORMATIONMETHOD_H_69
 
 /// \defgroup MgCoordinateSystemGeodeticTransformationMethod MgCoordinateSystemGeodeticTransformationMethod
 /// \ingroup Coordinate_System_classes
@@ -65,7 +65,7 @@
     static const INT32 ETRF89 = 24;         // Is ETRF89, no shift required
     static const INT32 Lclgrf = 99;         // Local Geodetic Reference System
     static const INT32 Geocentric = 25;     // Geocentric Translation
-    static const INT32 CHENYX = 26          // Swiss Ch1903 to CH1903+
+    static const INT32 CHENYX = 26;         // Swiss Ch1903 to CH1903+
 };
 /// \}
 



More information about the mapguide-commits mailing list