[mapguide-commits] r9471 - trunk/MgDev/Common/Geometry

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Jan 25 07:51:45 PST 2019


Author: jng
Date: 2019-01-25 07:51:45 -0800 (Fri, 25 Jan 2019)
New Revision: 9471

Modified:
   trunk/MgDev/Common/Geometry/GeosUtil.cpp
Log:
#2791: Fix windows build

Modified: trunk/MgDev/Common/Geometry/GeosUtil.cpp
===================================================================
--- trunk/MgDev/Common/Geometry/GeosUtil.cpp	2019-01-25 15:23:43 UTC (rev 9470)
+++ trunk/MgDev/Common/Geometry/GeosUtil.cpp	2019-01-25 15:51:45 UTC (rev 9471)
@@ -88,6 +88,8 @@
 // GEOS 3.6.0 onwards changes the C++ API around GeometryFactory
 #if (GEOS_VERSION_MAJOR == 3) && (GEOS_VERSION_MINOR >= 6)
     GeometryFactory::unique_ptr m_gf;
+#else
+    GeometryFactory* m_gf;
 #endif
 };
 



More information about the mapguide-commits mailing list