[geos-commits] [SCM] GEOS branch main updated. ac5da1cb2ed3e76cd286bb0f715e7fccde89281e
git at osgeo.org
git at osgeo.org
Fri Jun 12 10:49:29 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 ac5da1cb2ed3e76cd286bb0f715e7fccde89281e (commit)
from 9d1676ca58c6878445b679d6b3228b96fab7d4e4 (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 ac5da1cb2ed3e76cd286bb0f715e7fccde89281e
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Jun 12 17:46:41 2026 +0000
Remove warning in MSVC build
diff --git a/include/geos/index/intervalrtree/IntervalRTreeNode.h b/include/geos/index/intervalrtree/IntervalRTreeNode.h
index d15d54a7e..457190d8c 100644
--- a/include/geos/index/intervalrtree/IntervalRTreeNode.h
+++ b/include/geos/index/intervalrtree/IntervalRTreeNode.h
@@ -15,6 +15,7 @@
#pragma once
+#include <geos/export.h>
#include <geos/constants.h>
#include <vector>
#include <limits>
@@ -31,7 +32,7 @@ namespace geos {
namespace index {
namespace intervalrtree {
-class IntervalRTreeNode {
+class GEOS_DLL IntervalRTreeNode {
private:
protected:
double min;
-----------------------------------------------------------------------
Summary of changes:
include/geos/index/intervalrtree/IntervalRTreeNode.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list