commit 0bd9a8be3d3f0b53b1488494b286f273381b4b19
Author: Stephan Witt <sw...@lyx.org>
Date:   Sun Feb 14 18:48:27 2021 +0100

    Proper initialization of private member bv_ of GuiSearchWidget
---
 src/frontends/qt/GuiSearch.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt/GuiSearch.h b/src/frontends/qt/GuiSearch.h
index e0d5b12..b74f9f0 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;
 };
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to