[geos-commits] [SCM] GEOS branch master updated. 067aa6800c4223d708fb729563b6030e16c708d6

git at osgeo.org git at osgeo.org
Sun Aug 2 10:03:43 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  067aa6800c4223d708fb729563b6030e16c708d6 (commit)
       via  553e207e1c6a5396a9d2900d5c46b8c19b752a25 (commit)
      from  08db0bf34030738151fd253a68fe778dc9c8a569 (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 067aa6800c4223d708fb729563b6030e16c708d6
Merge: 553e207 08db0bf
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sun Aug 2 10:03:33 2020 -0700

    Merge branch 'master' of https://git.osgeo.org/gitea/geos/geos


commit 553e207e1c6a5396a9d2900d5c46b8c19b752a25
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sun Aug 2 10:03:23 2020 -0700

    try making geom explicit in CoordinateSequence vector

diff --git a/include/geos/operation/overlayng/OverlayGraph.h b/include/geos/operation/overlayng/OverlayGraph.h
index c6efdab..8b567bc 100644
--- a/include/geos/operation/overlayng/OverlayGraph.h
+++ b/include/geos/operation/overlayng/OverlayGraph.h
@@ -62,7 +62,7 @@ private:
     // Locally store the OverlayEdge and OverlayLabel
     std::deque<OverlayEdge> ovEdgeQue;
     std::deque<OverlayLabel> ovLabelQue;
-    std::vector<std::unique_ptr<const CoordinateSequence>> csQue;
+    std::vector<std::unique_ptr<const geom::CoordinateSequence>> csQue;
 
     // Methods
 

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

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