commit 98f5f40d9674a4e0ecfd6e43a076cd0ce6881f62
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date:   Wed Feb 12 14:14:07 2025 +0100

    Initialize member (spotted by Coverity Scan)
---
 src/frontends/qt/GuiApplication.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontends/qt/GuiApplication.h 
b/src/frontends/qt/GuiApplication.h
index 1201674ce8..06f57c4918 100644
--- a/src/frontends/qt/GuiApplication.h
+++ b/src/frontends/qt/GuiApplication.h
@@ -282,7 +282,7 @@ private:
        /// events
        GuiView * current_view_;
 
-       bool command_phase_;
+       bool command_phase_ = false;
        ///
        struct Private;
        Private * const d;
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to