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

git at osgeo.org git at osgeo.org
Mon Nov 23 04:28:24 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  cdbf1c938d7a89990c3c2d2e58a36b689120f9d2 (commit)
      from  d6d4e12ff8142e008d88302ebcc84b6372807cdd (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 cdbf1c938d7a89990c3c2d2e58a36b689120f9d2
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Nov 23 13:25:23 2020 +0100

    Add compiler-suggested override keywords

diff --git a/include/geos/index/strtree/SimpleSTRnode.h b/include/geos/index/strtree/SimpleSTRnode.h
index b5ea81e..4100c80 100644
--- a/include/geos/index/strtree/SimpleSTRnode.h
+++ b/include/geos/index/strtree/SimpleSTRnode.h
@@ -89,7 +89,7 @@ public:
         return bounds;
     }
 
-    const void* getBounds() const {
+    const void* getBounds() const override {
         return &bounds;
     }
 
@@ -115,7 +115,7 @@ public:
         childNodes.push_back(childNode);
     }
 
-    bool isLeaf() const
+    bool isLeaf() const override
     {
         return item != nullptr;
     }

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

Summary of changes:
 include/geos/index/strtree/SimpleSTRnode.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list