mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Proper initialization of private member bv_ of GuiSearchWidget
This commit is contained in:
parent
4db1a08450
commit
0bd9a8be3d
@ -65,7 +65,7 @@ private:
|
||||
bool casesensitive, bool matchword,
|
||||
bool forward, bool all);
|
||||
///
|
||||
BufferView const * bv_;
|
||||
BufferView const * bv_ = {};
|
||||
///
|
||||
bool minimized_ = false;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user