Skip to content

Commit

Permalink
I really should set up a Linux VM one of these days
Browse files Browse the repository at this point in the history
  • Loading branch information
tfussell committed Dec 3, 2016
1 parent 4dc9f7d commit f33e887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/detail/xlsx_consumer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
{
Expand Down

0 comments on commit f33e887

Please sign in to comment.