commit 98f5f40d9674a4e0ecfd6e43a076cd0ce6881f62
Author: Jean-Marc Lasgouttes <[email protected]>
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
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs