mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
change orientation name in default case
This commit is contained in:
parent
a1d46694c1
commit
a978e73354
|
@ -403,7 +403,7 @@ orientation from_string(const std::string &string)
|
|||
if (string == "default") return orientation::default_orientation;
|
||||
else if (string == "landscape") return orientation::landscape;
|
||||
else if (string == "portrait") return orientation::portrait;
|
||||
default_case(orientation::default);
|
||||
default_case(orientation::default_orientation);
|
||||
}
|
||||
|
||||
} // namespace detail
|
||||
|
|
Loading…
Reference in New Issue
Block a user