[geos-commits] [SCM] GEOS branch 3.8 updated. da1b246f28df4c2b7863920fbc913b316ca77062

git at osgeo.org git at osgeo.org
Sat Oct 30 19:57:53 PDT 2021


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, 3.8 has been updated
       via  da1b246f28df4c2b7863920fbc913b316ca77062 (commit)
      from  5b241bc9436fad3a87449dae67e68b98b5c533b7 (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 da1b246f28df4c2b7863920fbc913b316ca77062
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sat Oct 30 19:57:46 2021 -0700

    Fix windows CI build?

diff --git a/include/geos/algorithm/locate/SimplePointInAreaLocator.h b/include/geos/algorithm/locate/SimplePointInAreaLocator.h
index 8f0bd0438..f986cee8f 100644
--- a/include/geos/algorithm/locate/SimplePointInAreaLocator.h
+++ b/include/geos/algorithm/locate/SimplePointInAreaLocator.h
@@ -44,7 +44,7 @@ namespace locate { // geos::algorithm::locate
  * This algorithm is suitable for use in cases where only a few points will be tested.
  * If many points will be tested, IndexedPointInAreaLocator may provide better performance.
  */
-class SimplePointInAreaLocator : public PointOnGeometryLocator {
+class GEOS_DLL SimplePointInAreaLocator : public PointOnGeometryLocator {
 
 public:
 

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list