removed MAPNIK_DECL from feature_style_processor; conflicts with the feature_style_processor_impl.h

This commit is contained in:
Mathis Logemann 2020-11-21 18:18:21 +01:00
parent 691d385687
commit b11ef9d44b

View file

@ -52,7 +52,7 @@ enum eAttributeCollectionPolicy
};
template <typename Processor>
class MAPNIK_DECL feature_style_processor
class feature_style_processor
{
public:
explicit feature_style_processor(Map const& m,