Proper initialization of private member bv_ of GuiSearchWidget

This commit is contained in:
Stephan Witt 2021-02-14 18:48:27 +01:00
parent 4db1a08450
commit 0bd9a8be3d

View File

@ -65,7 +65,7 @@ private:
bool casesensitive, bool matchword,
bool forward, bool all);
///
BufferView const * bv_;
BufferView const * bv_ = {};
///
bool minimized_ = false;
};