I really should set up a Linux VM one of these days

This commit is contained in:
Thomas Fussell 2016-12-03 21:39:03 +01:00
parent 4dc9f7dfa6
commit f33e887012

View File

@ -144,7 +144,7 @@ std::vector<relationship> xlsx_consumer::read_relationships(const path &part)
{
expect_start_element(xml::qname(xmlns, "Relationship"), xml::content::simple);
auto target_mode = target_mode::internal;
auto target_mode = xlnt::target_mode::internal;
if (parser.attribute_present("TargetMode"))
{