[geos-commits] [SCM] GEOS branch master updated. 1ccc019387d4902557396ed2d251efcb477655fa
git at osgeo.org
git at osgeo.org
Thu May 23 17:18:18 PDT 2019
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 1ccc019387d4902557396ed2d251efcb477655fa (commit)
via 6bf55343081f66250855a76ea3796d3d5c712667 (commit)
from d04e0991c64019c7736d7288983e8f583582ba1c (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 1ccc019387d4902557396ed2d251efcb477655fa
Merge: d04e099 6bf5534
Author: Daniel Baston <dbaston at gmail.com>
Date: Thu May 23 20:17:59 2019 -0400
Merge remote-tracking branch 'mloskot/ml/add-missing-dll-export'
commit 6bf55343081f66250855a76ea3796d3d5c712667
Author: Mateusz Ĺoskot <mateusz at loskot.net>
Date: Fri May 24 01:55:38 2019 +0200
Add GEOS_DLL missing from class RepeatedPointRemover
diff --git a/include/geos/operation/valid/RepeatedPointRemover.h b/include/geos/operation/valid/RepeatedPointRemover.h
index e419d95..9c5583e 100644
--- a/include/geos/operation/valid/RepeatedPointRemover.h
+++ b/include/geos/operation/valid/RepeatedPointRemover.h
@@ -20,7 +20,7 @@
namespace geos {
namespace operation {
namespace valid {
- class RepeatedPointRemover {
+ class GEOS_DLL RepeatedPointRemover {
/// \brief
/// Returns a new CoordinateSequence being a copy of the input
-----------------------------------------------------------------------
Summary of changes:
include/geos/operation/valid/RepeatedPointRemover.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list