Use explicit initialization for plain pointer to buffer view.

This commit is contained in:
Stephan Witt 2021-02-15 10:03:39 +01:00
parent b2a317c037
commit 3841304f80

View File

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