MAPNIK_DECL is invalid in plugins - proper fix is mapnik/mapnik-gyp@395a1b8
This commit is contained in:
parent
89db790dda
commit
5aff870e2d
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ void process_properties(Feature & feature, Headers const& headers, Values const&
|
|||
}
|
||||
}
|
||||
|
||||
struct MAPNIK_DECL csv_file_parser
|
||||
struct csv_file_parser
|
||||
{
|
||||
using box_type = mapnik::box2d<double>;
|
||||
using item_type = std::pair<box_type, std::pair<std::size_t, std::size_t>>;
|
||||
|
|
Loading…
Reference in a new issue