removed MAPNIK_DECL from feature_style_processor; conflicts with the feature_style_processor_impl.h
This commit is contained in:
parent
691d385687
commit
b11ef9d44b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue