fully header only impl should not use MAPNIK_DECL

This commit is contained in:
Dane Springmeyer 2015-06-10 23:03:07 -07:00
parent 87541f19d5
commit f5a792807e
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ namespace mapnik
{
template <typename Geometry>
struct MAPNIK_DECL offset_converter
struct offset_converter
{
using size_type = std::size_t;

View file

@ -90,7 +90,7 @@ struct sleeve
};
template <typename Geometry>
struct MAPNIK_DECL simplify_converter
struct simplify_converter
{
public:
simplify_converter(Geometry & geom)