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

git at osgeo.org git at osgeo.org
Fri Jul 31 14:38:11 PDT 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  bb74b921673fa53b1fea1cdd605ed820a8d48e6c (commit)
      from  66555d08b29d235e07f78a5f1a5e68d756329017 (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 bb74b921673fa53b1fea1cdd605ed820a8d48e6c
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Jul 31 14:38:04 2020 -0700

    Make sure geos::geom namespace is available

diff --git a/include/geos/operation/overlayng/OverlayGraph.h b/include/geos/operation/overlayng/OverlayGraph.h
index 45c4690..c6efdab 100644
--- a/include/geos/operation/overlayng/OverlayGraph.h
+++ b/include/geos/operation/overlayng/OverlayGraph.h
@@ -39,7 +39,7 @@ namespace geos {      // geos.
 namespace operation { // geos.operation
 namespace overlayng { // geos.operation.overlayng
 
-using geos::geom::Coordinate;
+using namespace geos::geom;
 
 /**
  * A planar graph of {@link OverlayEdge}s, representing

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

Summary of changes:
 include/geos/operation/overlayng/OverlayGraph.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list