fully header only impl should not use MAPNIK_DECL
This commit is contained in:
parent
87541f19d5
commit
f5a792807e
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ namespace mapnik
|
||||||
{
|
{
|
||||||
|
|
||||||
template <typename Geometry>
|
template <typename Geometry>
|
||||||
struct MAPNIK_DECL offset_converter
|
struct offset_converter
|
||||||
{
|
{
|
||||||
using size_type = std::size_t;
|
using size_type = std::size_t;
|
||||||
|
|
||||||
|
|
|
@ -90,7 +90,7 @@ struct sleeve
|
||||||
};
|
};
|
||||||
|
|
||||||
template <typename Geometry>
|
template <typename Geometry>
|
||||||
struct MAPNIK_DECL simplify_converter
|
struct simplify_converter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
simplify_converter(Geometry & geom)
|
simplify_converter(Geometry & geom)
|
||||||
|
|
Loading…
Reference in a new issue