[geos-commits] [SCM] GEOS branch main-perf-ng updated. 4b5e1cd52310c1950a24542f6d5802f73b312f3c
git at osgeo.org
git at osgeo.org
Wed Aug 14 14:56:43 PDT 2024
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, main-perf-ng has been updated
via 4b5e1cd52310c1950a24542f6d5802f73b312f3c (commit)
from 54993f10f944dcda91b38378f6d7ea30169c9ea9 (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 4b5e1cd52310c1950a24542f6d5802f73b312f3c
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Wed Aug 14 14:56:18 2024 -0700
Syntax error in function def
diff --git a/src/operation/relateng/TopologyComputer.cpp b/src/operation/relateng/TopologyComputer.cpp
index fe0c0735e..6d6d11b16 100644
--- a/src/operation/relateng/TopologyComputer.cpp
+++ b/src/operation/relateng/TopologyComputer.cpp
@@ -125,7 +125,7 @@ int
TopologyComputer::getDimension(bool isA) const
{
return getGeometry(isA).getDimension();
-};
+}
/* public */
-----------------------------------------------------------------------
Summary of changes:
src/operation/relateng/TopologyComputer.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list