From b11ef9d44b89159976e3ec5a743d59b9ca2f9b02 Mon Sep 17 00:00:00 2001 From: Mathis Logemann Date: Sat, 21 Nov 2020 18:18:21 +0100 Subject: [PATCH] removed MAPNIK_DECL from feature_style_processor; conflicts with the feature_style_processor_impl.h --- include/mapnik/feature_style_processor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mapnik/feature_style_processor.hpp b/include/mapnik/feature_style_processor.hpp index 7e10d758d..e92e3962d 100644 --- a/include/mapnik/feature_style_processor.hpp +++ b/include/mapnik/feature_style_processor.hpp @@ -52,7 +52,7 @@ enum eAttributeCollectionPolicy }; template -class MAPNIK_DECL feature_style_processor +class feature_style_processor { public: explicit feature_style_processor(Map const& m,