[geos-commits] [SCM] GEOS branch master updated. b8a95ecb1cc246e65eb559d6f861ff7d839934ca

git at osgeo.org git at osgeo.org
Fri Nov 27 09:06:26 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  b8a95ecb1cc246e65eb559d6f861ff7d839934ca (commit)
      from  eaf1a86f85cf4f07c54cedcfb32b86525ba89949 (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 b8a95ecb1cc246e65eb559d6f861ff7d839934ca
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Nov 27 09:06:22 2020 -0800

    Export function symbol for MSVC compilation

diff --git a/include/geos/geom/HeuristicOverlay.h b/include/geos/geom/HeuristicOverlay.h
index ae3e057..2d91698 100644
--- a/include/geos/geom/HeuristicOverlay.h
+++ b/include/geos/geom/HeuristicOverlay.h
@@ -20,6 +20,7 @@
 #ifndef GEOS_GEOM_HEURISTICOVERLAY_H
 #define GEOS_GEOM_HEURISTICOVERLAY_H
 
+#include <geos/export.h>
 #include <memory> // for unique_ptr
 
 namespace geos {
@@ -27,7 +28,7 @@ namespace geom { // geos::geom
 
 class Geometry;
 
-std::unique_ptr<Geometry>
+std::unique_ptr<Geometry> GEOS_DLL
 HeuristicOverlay(const Geometry* g0, const Geometry* g1, int opCode);
 
 } // namespace geos::geom

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

Summary of changes:
 include/geos/geom/HeuristicOverlay.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list