[geos-commits] [SCM] GEOS branch main-relate-ng updated. 5e21141114b35f59ff2f8c557f911b9cceba745c

git at osgeo.org git at osgeo.org
Mon Aug 12 18:08:21 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-relate-ng has been updated
       via  5e21141114b35f59ff2f8c557f911b9cceba745c (commit)
      from  6029dac3038ee65a601de1c48b9967e75318d1c6 (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 5e21141114b35f59ff2f8c557f911b9cceba745c
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Aug 12 18:07:49 2024 -0700

    add dllspec to class

diff --git a/include/geos/noding/MCIndexSegmentSetMutualIntersector.h b/include/geos/noding/MCIndexSegmentSetMutualIntersector.h
index 12fe5d8b3..770784bb8 100644
--- a/include/geos/noding/MCIndexSegmentSetMutualIntersector.h
+++ b/include/geos/noding/MCIndexSegmentSetMutualIntersector.h
@@ -44,7 +44,7 @@ namespace noding { // geos::noding
  *
  * @version 1.7
  */
-class MCIndexSegmentSetMutualIntersector : public SegmentSetMutualIntersector {
+class GEOS_DLL MCIndexSegmentSetMutualIntersector : public SegmentSetMutualIntersector {
 public:
 
     MCIndexSegmentSetMutualIntersector(double p_tolerance)

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list