]> git.lyx.org Git - features.git/commitdiff
Proper initialization of private member bv_ of GuiSearchWidget
authorStephan Witt <switt@lyx.org>
Sun, 14 Feb 2021 17:48:27 +0000 (18:48 +0100)
committerStephan Witt <switt@lyx.org>
Sun, 14 Feb 2021 17:48:42 +0000 (18:48 +0100)
src/frontends/qt/GuiSearch.h

index e0d5b121cf17d1cc45dcb659850a9665f20bafff..b74f9f05f382dad37e0759626bd7c6b401ac1e48 100644 (file)
@@ -65,7 +65,7 @@ private:
                     bool casesensitive, bool matchword,
                     bool forward, bool all);
        ///
-       BufferView const * bv_;
+       BufferView const * bv_ = {};
        ///
        bool minimized_ = false;
 };