diff --git a/include/xlnt/worksheet/selection.hpp b/include/xlnt/worksheet/selection.hpp index f88519d4..e831490f 100644 --- a/include/xlnt/worksheet/selection.hpp +++ b/include/xlnt/worksheet/selection.hpp @@ -155,7 +155,7 @@ private: /// /// The corner of the worksheet that this selection extends to /// - pane_corner pane_; + pane_corner pane_ = pane_corner::top_left; }; } // namespace xlnt