[geos-commits] [SCM] GEOS branch master updated. b03d45bf4c7bf55c087260728579e656d2299bf7

git at osgeo.org git at osgeo.org
Tue Nov 3 10:46:43 PST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  b03d45bf4c7bf55c087260728579e656d2299bf7 (commit)
      from  1b6521ef1c8ecd8098e8d27233030b689a33992f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b03d45bf4c7bf55c087260728579e656d2299bf7
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Nov 3 10:46:35 2020 -0800

    Match doxygen to function signature

diff --git a/include/geos/geom/prep/PreparedGeometry.h b/include/geos/geom/prep/PreparedGeometry.h
index a8a0df3..21e19e3 100644
--- a/include/geos/geom/prep/PreparedGeometry.h
+++ b/include/geos/geom/prep/PreparedGeometry.h
@@ -205,7 +205,7 @@ public:
      * @return true the nearest points
      *
      */
-    virtual std::unique_ptr<geom::CoordinateSequence> nearestPoints(const geom::Geometry* g) const = 0;
+    virtual std::unique_ptr<geom::CoordinateSequence> nearestPoints(const geom::Geometry* geom) const = 0;
 };
 
 

-----------------------------------------------------------------------

Summary of changes:
 include/geos/geom/prep/PreparedGeometry.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list