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 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue