From 609fab5ab1905925767a425d2f4c70da947f07c9 Mon Sep 17 00:00:00 2001 From: artemp Date: Wed, 9 Mar 2016 14:27:47 +0100 Subject: [PATCH] windows - MAPNIK_DECL csv_file_parser --- plugins/input/csv/csv_utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/input/csv/csv_utils.hpp b/plugins/input/csv/csv_utils.hpp index f8538472d..8aaa8ab38 100644 --- a/plugins/input/csv/csv_utils.hpp +++ b/plugins/input/csv/csv_utils.hpp @@ -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; using item_type = std::pair>;