[geos-commits] r2152 - trunk/source/headers/geos/geom/prep
svn_geos at osgeo.org
svn_geos at osgeo.org
Mon Aug 11 19:52:37 EDT 2008
Author: mloskot
Date: 2008-08-11 19:52:37 -0400 (Mon, 11 Aug 2008)
New Revision: 2152
Modified:
trunk/source/headers/geos/geom/prep/PreparedGeometryFactory.h
Log:
PreparedGeometry must be a complete type where it is destroyed by the factory (Ticket #198).
Modified: trunk/source/headers/geos/geom/prep/PreparedGeometryFactory.h
===================================================================
--- trunk/source/headers/geos/geom/prep/PreparedGeometryFactory.h 2008-08-11 23:42:01 UTC (rev 2151)
+++ trunk/source/headers/geos/geom/prep/PreparedGeometryFactory.h 2008-08-11 23:52:37 UTC (rev 2152)
@@ -17,12 +17,12 @@
#ifndef GEOS_GEOM_PREP_PREPAREDGEOMETRYFACTORY_H
#define GEOS_GEOM_PREP_PREPAREDGEOMETRYFACTORY_H
+#include <geos/geom/prep/PreparedGeometry.h>
+
namespace geos {
namespace geom {
- class Geometry;
-
- namespace prep {
- class PreparedGeometry;
+ namespace prep {
+ class PreparedGeometry;
}
}
}
More information about the geos-commits
mailing list