export path_parse<svg_converter_type>
This commit is contained in:
parent
24cb42fc22
commit
9e7f7917e3
1 changed files with 1 additions and 1 deletions
|
@ -47,6 +47,6 @@ namespace mapnik { namespace svg {
|
|||
bool status = qi::phrase_parse(first, last, g, skip_type());
|
||||
return (status && (first == last));
|
||||
}
|
||||
template bool parse_path<svg_converter_type>(const char*, svg_converter_type&);
|
||||
template bool MAPNIK_DECL parse_path<svg_converter_type>(const char*, svg_converter_type&);
|
||||
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue