Expose parse_dasharray method (+MAPNIK_DECL), needed by python-bindings

This commit is contained in:
Artem Pavlenko 2024-04-22 15:05:05 +01:00
parent a85bc95135
commit 6e44fb052c

View file

@ -30,7 +30,7 @@
namespace mapnik { namespace mapnik {
namespace util { 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 } // namespace mapnik