[geos-commits] r2512 - branches/3.0/source/operation/buffer

svn_geos at osgeo.org svn_geos at osgeo.org
Thu May 14 15:31:45 EDT 2009


Author: pramsey
Date: 2009-05-14 15:31:45 -0400 (Thu, 14 May 2009)
New Revision: 2512

Modified:
   branches/3.0/source/operation/buffer/SubgraphDepthLocater.cpp
Log:
remove typo


Modified: branches/3.0/source/operation/buffer/SubgraphDepthLocater.cpp
===================================================================
--- branches/3.0/source/operation/buffer/SubgraphDepthLocater.cpp	2009-05-14 19:28:03 UTC (rev 2511)
+++ branches/3.0/source/operation/buffer/SubgraphDepthLocater.cpp	2009-05-14 19:31:45 UTC (rev 2512)
@@ -81,7 +81,7 @@
 	int leftDepth;
 
 	/// @param seg will be copied to private space
-	DepthSegment(constgeom::LineSegment &seg, int depth)
+	DepthSegment(const geom::LineSegment &seg, int depth)
 		:
 		upwardSeg(seg),
 		leftDepth(depth)



More information about the geos-commits mailing list