windows - MAPNIK_DECL csv_file_parser
This commit is contained in:
parent
bde9e61e21
commit
609fab5ab1
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ void process_properties(Feature & feature, Headers const& headers, Values const&
|
|||
}
|
||||
}
|
||||
|
||||
struct csv_file_parser
|
||||
struct MAPNIK_DECL 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