From 6e44fb052c636934316eb369bd103b03de4a7a60 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Mon, 22 Apr 2024 15:05:05 +0100 Subject: [PATCH] Expose parse_dasharray method (+MAPNIK_DECL), needed by python-bindings --- include/mapnik/util/dasharray_parser.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mapnik/util/dasharray_parser.hpp b/include/mapnik/util/dasharray_parser.hpp index 7271b4a55..421fe6701 100644 --- a/include/mapnik/util/dasharray_parser.hpp +++ b/include/mapnik/util/dasharray_parser.hpp @@ -30,7 +30,7 @@ namespace mapnik { namespace util { -bool parse_dasharray(std::string const& value, dash_array& dash); +MAPNIK_DECL bool parse_dasharray(std::string const& value, dash_array& dash); } } // namespace mapnik