external linking (MAPNIK_DECL) requires for -fvisibility=hidden -fvisibility-inlines-hidden
to work for GCC/g++ builds
This commit is contained in:
parent
7035b3e399
commit
accb28eb80
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ struct layer_rendering_material;
|
||||||
enum eAttributeCollectionPolicy { DEFAULT = 0, COLLECT_ALL = 1 };
|
enum eAttributeCollectionPolicy { DEFAULT = 0, COLLECT_ALL = 1 };
|
||||||
|
|
||||||
template<typename Processor>
|
template<typename Processor>
|
||||||
class feature_style_processor
|
class MAPNIK_DECL feature_style_processor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
explicit feature_style_processor(Map const& m, double scale_factor = 1.0);
|
explicit feature_style_processor(Map const& m, double scale_factor = 1.0);
|
||||||
|
|
Loading…
Reference in a new issue