[geos-commits] [SCM] GEOS branch master updated. 860ffdc9d94bca4d57c59f18f0873b060cdd2069

git at osgeo.org git at osgeo.org
Tue Feb 5 15:01:12 PST 2019


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  860ffdc9d94bca4d57c59f18f0873b060cdd2069 (commit)
      from  21f1c673694f3a76390a323eae37d285599bc532 (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 860ffdc9d94bca4d57c59f18f0873b060cdd2069
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Feb 5 15:01:02 2019 -0800

    Quiet clang warnings about Vertex

diff --git a/include/geos/triangulate/quadedge/Vertex.h b/include/geos/triangulate/quadedge/Vertex.h
index 17eb663..9b98c1b 100644
--- a/include/geos/triangulate/quadedge/Vertex.h
+++ b/include/geos/triangulate/quadedge/Vertex.h
@@ -78,6 +78,7 @@ public:
     Vertex(const geom::Coordinate& _p);
 
     Vertex();
+    virtual ~Vertex() {};
 
     inline double
     getX() const

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

Summary of changes:
 include/geos/triangulate/quadedge/Vertex.h | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list