From 0bd9a8be3d3f0b53b1488494b286f273381b4b19 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Sun, 14 Feb 2021 18:48:27 +0100 Subject: [PATCH] Proper initialization of private member bv_ of GuiSearchWidget --- src/frontends/qt/GuiSearch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt/GuiSearch.h b/src/frontends/qt/GuiSearch.h index e0d5b121cf..b74f9f05f3 100644 --- a/src/frontends/qt/GuiSearch.h +++ b/src/frontends/qt/GuiSearch.h @@ -65,7 +65,7 @@ private: bool casesensitive, bool matchword, bool forward, bool all); /// - BufferView const * bv_; + BufferView const * bv_ = {}; /// bool minimized_ = false; }; -- 2.39.5