[geos-commits] r3759 - branches/3.3/include/geos/geom/util
svn_geos at osgeo.org
svn_geos at osgeo.org
Thu Jan 31 22:27:44 PST 2013
Author: strk
Date: 2013-01-31 22:27:44 -0800 (Thu, 31 Jan 2013)
New Revision: 3759
Modified:
branches/3.3/include/geos/geom/util/GeometryExtracter.h
Log:
Fix header guard in GeometryExtracter (#617)
Modified: branches/3.3/include/geos/geom/util/GeometryExtracter.h
===================================================================
--- branches/3.3/include/geos/geom/util/GeometryExtracter.h 2013-02-01 06:25:14 UTC (rev 3758)
+++ branches/3.3/include/geos/geom/util/GeometryExtracter.h 2013-02-01 06:27:44 UTC (rev 3759)
@@ -19,8 +19,8 @@
*
**********************************************************************/
-#ifndef GEOS_GEOM_UTIL_POINTEXTRACTER_H
-#define GEOS_GEOM_UTIL_POINTEXTRACTER_H
+#ifndef GEOS_GEOM_UTIL_GEOMETRYEXTRACTER_H
+#define GEOS_GEOM_UTIL_GEOMETRYEXTRACTER_H
#include <geos/export.h>
#include <geos/geom/GeometryFilter.h>
More information about the geos-commits
mailing list