[geos-commits] r4182 - trunk/include/geos/geom

Sandro Santilli strk at keybit.net
Tue Apr 12 08:17:07 PDT 2016


Author: strk
Date: 2016-04-12 08:17:07 -0700 (Tue, 12 Apr 2016)
New Revision: 4182

Modified:
   trunk/include/geos/geom/LineSegment.h
Log:
Match .h declaration parameter name with .cpp definitiion.

Patch by Todd Trimble <todd.trimble at gmail.com>

See https://github.com/libgeos/libgeos/pull/63

Modified: trunk/include/geos/geom/LineSegment.h
===================================================================
--- trunk/include/geos/geom/LineSegment.h	2016-04-06 10:50:50 UTC (rev 4181)
+++ trunk/include/geos/geom/LineSegment.h	2016-04-12 15:17:07 UTC (rev 4182)
@@ -356,7 +356,7 @@
 	 * @return true if an intersection was found, false otherwise
 	 *
 	 */
-	bool lineIntersection(const LineSegment& line, Coordinate& coord) const;
+	bool lineIntersection(const LineSegment& line, Coordinate& ret) const;
 
 	/**
 	 * Creates a LineString with the same coordinates as this segment



More information about the geos-commits mailing list