[geos-commits] [SCM] GEOS branch master updated. 3e37b5caf7a83318ee1483460d14028e3eec4e40

git at osgeo.org git at osgeo.org
Fri Nov 27 09:15:38 PST 2020


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, master has been updated
       via  3e37b5caf7a83318ee1483460d14028e3eec4e40 (commit)
      from  b8a95ecb1cc246e65eb559d6f861ff7d839934ca (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 3e37b5caf7a83318ee1483460d14028e3eec4e40
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Nov 27 09:15:33 2020 -0800

    Export function symbol for MSVC compilation

diff --git a/include/geos/algorithm/locate/SimplePointInAreaLocator.h b/include/geos/algorithm/locate/SimplePointInAreaLocator.h
index 4c1a678..2c8850b 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