[geos-commits] [SCM] GEOS branch master updated. 3193c59bab0b48149334ab1f81479318fad08e4c

git at osgeo.org git at osgeo.org
Wed Dec 2 15:13:02 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  3193c59bab0b48149334ab1f81479318fad08e4c (commit)
      from  ab3026ef1d839231a697e01278791550fd2d751b (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 3193c59bab0b48149334ab1f81479318fad08e4c
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Dec 2 15:12:58 2020 -0800

    quiet build noise

diff --git a/include/geos/index/strtree/SimpleSTRtree.h b/include/geos/index/strtree/SimpleSTRtree.h
index 5cd41b1..9cc5919 100644
--- a/include/geos/index/strtree/SimpleSTRtree.h
+++ b/include/geos/index/strtree/SimpleSTRtree.h
@@ -119,8 +119,8 @@ public:
      */
     SimpleSTRtree(std::size_t capacity = 10)
         : nodeCapacity(capacity)
-        , root(nullptr)
         , built(false)
+        , root(nullptr)
         {};
 
     std::size_t getNodeCapacity() const {

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

Summary of changes:
 include/geos/index/strtree/SimpleSTRtree.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list