mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Use explicit initialization for plain pointer to buffer view.
This commit is contained in:
parent
b2a317c037
commit
3841304f80
@ -66,7 +66,7 @@ private:
|
||||
bool casesensitive, bool matchword,
|
||||
bool forward, bool all);
|
||||
///
|
||||
BufferView const * bv_ = {};
|
||||
BufferView const * bv_ = nullptr;
|
||||
///
|
||||
bool minimized_ = false;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user