[geos-commits] r2057 - trunk/source/headers/geos/noding

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Dec 21 15:33:25 EST 2007


Author: benjubb
Date: 2007-12-21 15:33:25 -0500 (Fri, 21 Dec 2007)
New Revision: 2057

Modified:
   trunk/source/headers/geos/noding/SegmentString.h
Log:
changed destructor to be virtual 

Modified: trunk/source/headers/geos/noding/SegmentString.h
===================================================================
--- trunk/source/headers/geos/noding/SegmentString.h	2007-12-21 20:31:08 UTC (rev 2056)
+++ trunk/source/headers/geos/noding/SegmentString.h	2007-12-21 20:33:25 UTC (rev 2057)
@@ -80,7 +80,7 @@
 	///
 	SegmentString(geom::CoordinateSequence *newPts, const void* newContext);
 
-	~SegmentString();
+	virtual ~SegmentString();
 
 	//const void* getContext() const { return getData(); }
 



More information about the geos-commits mailing list