mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Rename parameter to avoid ambiguous parameter
-- Issue#335
This commit is contained in:
parent
ab81bcaf08
commit
ed05bfeb44
|
@ -343,9 +343,9 @@ std::string to_string(pane_state state)
|
|||
default_case("frozen");
|
||||
}
|
||||
|
||||
std::string to_string(orientation orientation)
|
||||
std::string to_string(orientation orient)
|
||||
{
|
||||
switch (orientation)
|
||||
switch (orient)
|
||||
{
|
||||
case orientation::default_orientation:
|
||||
return "default";
|
||||
|
|
Loading…
Reference in New Issue
Block a user