export path_parse<svg_converter_type>

This commit is contained in:
artemp 2016-01-12 15:06:30 +00:00
parent 24cb42fc22
commit 9e7f7917e3

View file

@ -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&);
}}