default pane_corner to fix unahdled_switch_case due to uninitialized memory

This commit is contained in:
Thomas Fussell 2019-09-15 11:27:31 -04:00
parent a978e73354
commit b22153180a

View File

@ -155,7 +155,7 @@ private:
/// <summary>
/// The corner of the worksheet that this selection extends to
/// </summary>
pane_corner pane_;
pane_corner pane_ = pane_corner::top_left;
};
} // namespace xlnt