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