[geos-commits] r3588 - trunk/include/geos/noding

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Apr 3 10:23:23 EDT 2012


Author: strk
Date: 2012-04-03 07:23:23 -0700 (Tue, 03 Apr 2012)
New Revision: 3588

Modified:
   trunk/include/geos/noding/OrientedCoordinateArray.h
Log:
Make OrientedCoordinateArray copyable

Modified: trunk/include/geos/noding/OrientedCoordinateArray.h
===================================================================
--- trunk/include/geos/noding/OrientedCoordinateArray.h	2012-04-03 12:59:02 UTC (rev 3587)
+++ trunk/include/geos/noding/OrientedCoordinateArray.h	2012-04-03 14:23:23 UTC (rev 3588)
@@ -96,9 +96,6 @@
 
 	bool orientationVar;
 
-    // Declare type as noncopyable
-    OrientedCoordinateArray(const OrientedCoordinateArray& other);
-    OrientedCoordinateArray& operator=(const OrientedCoordinateArray& rhs);
 };
 
 } // namespace geos.noding



More information about the geos-commits mailing list