Skip to content

Commit

Permalink
update to new xlnt
Browse files Browse the repository at this point in the history
  • Loading branch information
j2doll committed Jan 4, 2019
1 parent 26452d4 commit 2913e10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions xlnt/source/detail/serialization/custom_value_traits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,9 @@ std::string to_string(pane_state state)
default_case("frozen");
}

// std::string to_string(orientation orientation)
std::string to_string(orientation ori) // fixed:j2doll
std::string to_string(orientation orientation)
{
switch (ori) //(orientation)
switch (orientation)
{
case orientation::default_orientation:
return "default";
Expand Down

0 comments on commit 2913e10

Please sign in to comment.