mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Merge pull request #425 from yschungmr/hotfix/gcc-5-build-bug
Fixed gcc 5 build bug
This commit is contained in:
commit
edb27e84f8
|
@ -347,11 +347,11 @@ std::string to_string(orientation orient)
|
|||
{
|
||||
switch (orient)
|
||||
{
|
||||
case orientation::default_orientation:
|
||||
case xlnt::orientation::default_orientation:
|
||||
return "default";
|
||||
case orientation::landscape:
|
||||
case xlnt::orientation::landscape:
|
||||
return "landscape";
|
||||
case orientation::portrait:
|
||||
case xlnt::orientation::portrait:
|
||||
return "portrait";
|
||||
}
|
||||
default_case("default");
|
||||
|
|
Loading…
Reference in New Issue
Block a user