[geos-commits] [SCM] GEOS branch main updated. 69b6dad8aa171142b2e0d4342b578232f40cd9a4
git at osgeo.org
git at osgeo.org
Tue Jun 16 19:39:53 PDT 2026
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 69b6dad8aa171142b2e0d4342b578232f40cd9a4 (commit)
from ce51dbd1f94661b99ae8b263e56b6c53cc7876ae (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 69b6dad8aa171142b2e0d4342b578232f40cd9a4
Author: Daniel Baston <dbaston at gmail.com>
Date: Tue Jun 16 22:03:30 2026 -0400
NodableSegmentString constructor: accept pts as const ref
diff --git a/include/geos/noding/NodableSegmentString.h b/include/geos/noding/NodableSegmentString.h
index 7b3440d95..8865c0781 100644
--- a/include/geos/noding/NodableSegmentString.h
+++ b/include/geos/noding/NodableSegmentString.h
@@ -37,7 +37,7 @@ class GEOS_DLL NodableSegmentString : public SegmentString {
private:
protected:
public:
- NodableSegmentString(const void* newContext, std::shared_ptr<const geom::CoordinateSequence> newSeq)
+ NodableSegmentString(const void* newContext, const std::shared_ptr<const geom::CoordinateSequence>& newSeq)
:
SegmentString(newContext, newSeq)
{ }
-----------------------------------------------------------------------
Summary of changes:
include/geos/noding/NodableSegmentString.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list