Skip to content

Commit

Permalink
update xlnt to version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j2doll committed Feb 11, 2019
1 parent 8f8d09e commit 002c49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlnt/source/detail/serialization/custom_value_traits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ std::string to_string(pane_state state)
default_case("frozen");
}

std::string to_string(orientation ori)
std::string to_string(orientation ori) // fixed by j2doll, for compatibility.
{
switch (ori)
{
Expand Down

0 comments on commit 002c49e

Please sign in to comment.