MAPNIK_DECL is invalid in plugins - proper fix is mapnik/mapnik-gyp@395a1b8

This commit is contained in:
Dane Springmeyer 2016-03-11 15:51:14 -08:00
parent 89db790dda
commit 5aff870e2d

View file

@ -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>>;