mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
default pane_corner to fix unahdled_switch_case due to uninitialized memory
This commit is contained in:
parent
a978e73354
commit
b22153180a
|
@ -155,7 +155,7 @@ private:
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The corner of the worksheet that this selection extends to
|
/// The corner of the worksheet that this selection extends to
|
||||||
/// </summary>
|
/// </summary>
|
||||||
pane_corner pane_;
|
pane_corner pane_ = pane_corner::top_left;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace xlnt
|
} // namespace xlnt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user