[geos-commits] [SCM] GEOS branch main updated. b9c2fd0f1b1f01f60b75c748573aa9f6a5b1c4a7
git at osgeo.org
git at osgeo.org
Wed Aug 21 15:12:03 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 has been updated
via b9c2fd0f1b1f01f60b75c748573aa9f6a5b1c4a7 (commit)
from c510eae533542e672bf52ea10633217a53c069f0 (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 b9c2fd0f1b1f01f60b75c748573aa9f6a5b1c4a7
Author: Mike Taves <mwtoews at gmail.com>
Date: Thu Aug 22 10:11:29 2024 +1200
Add SegmentSetMutualIntersector for dll-interface class (#1146)
diff --git a/include/geos/noding/SegmentSetMutualIntersector.h b/include/geos/noding/SegmentSetMutualIntersector.h
index f5fda95a9..cdd99b21e 100644
--- a/include/geos/noding/SegmentSetMutualIntersector.h
+++ b/include/geos/noding/SegmentSetMutualIntersector.h
@@ -33,7 +33,7 @@ namespace noding { // geos::noding
* @author Martin Davis
* @version 1.10
*/
-class SegmentSetMutualIntersector {
+class GEOS_DLL SegmentSetMutualIntersector {
public:
SegmentSetMutualIntersector()
diff --git a/tests/unit/coverage/CoverageSimplifierTest.cpp b/tests/unit/coverage/CoverageSimplifierTest.cpp
index 94534544a..dfec0fa69 100644
--- a/tests/unit/coverage/CoverageSimplifierTest.cpp
+++ b/tests/unit/coverage/CoverageSimplifierTest.cpp
@@ -475,7 +475,7 @@ void object::test<30> ()
std::vector<std::unique_ptr<Geometry>> result =
CoverageSimplifier::simplify(input, 10);
}
- catch (geos::util::IllegalArgumentException& iae) {
+ catch (geos::util::IllegalArgumentException&) {
ensure("caught IllegalArgumentException", true);
return;
}
-----------------------------------------------------------------------
Summary of changes:
include/geos/noding/SegmentSetMutualIntersector.h | 2 +-
tests/unit/coverage/CoverageSimplifierTest.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list