[geos-devel] [GEOS] #617: Both PointExtractor.h and GeometryExtractor.h have GEOS_GEOM_UTIL_POINTEXTRACTER_H as a guard
GEOS
geos-trac at osgeo.org
Thu Jan 31 12:21:56 PST 2013
#617: Both PointExtractor.h and GeometryExtractor.h have
GEOS_GEOM_UTIL_POINTEXTRACTER_H as a guard
-----------------------+----------------------------------------------------
Reporter: mheyman | Owner: geos-devel@…
Type: defect | Status: new
Priority: minor | Milestone: 3.3.x
Component: Default | Version: 3.3.7
Severity: Annoyance | Keywords:
-----------------------+----------------------------------------------------
geom/util/PointExtractor.h and geom/util/GeometryExtractor.h have the same
guard:
{{{
#ifndef GEOS_GEOM_UTIL_POINTEXTRACTER_H
#define GEOS_GEOM_UTIL_POINTEXTRACTER_H
}}}
geom/util/GeometryExtractor.h should have
{{{
#ifndef GEOS_GEOM_UTIL_GEOMETRYEXTRACTER_H
#define GEOS_GEOM_UTIL_GEOMETRYEXTRACTER_H
}}}
--
Ticket URL: <http://trac.osgeo.org/geos/ticket/617>
GEOS <http://geos.refractions.net/>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
More information about the geos-devel
mailing list