Expose parse_dasharray method (+MAPNIK_DECL), needed by python-bindings
This commit is contained in:
parent
a85bc95135
commit
6e44fb052c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue