[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lyx-cvs
Subject:    [LyX/master] Missing initialization in 555338048
From:       Jean-Marc Lasgouttes <lasgouttes () lyx ! org>
Date:       2017-03-29 10:05:15
Message-ID: 20170329100515.07AA6280209 () lyx ! lyx ! org
[Download RAW message or body]

commit f043541ebd0f12f3b97ba834d09528386668af4c
Author: Jean-Marc Lasgouttes <lasgouttes@lyx.org>
Date:   Wed Mar 29 12:03:57 2017 +0200

    Missing initialization in 555338048
    
    Thanks to coverity.
---
 src/insets/RenderButton.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/insets/RenderButton.cpp b/src/insets/RenderButton.cpp
index 69d2848..7f983c5 100644
--- a/src/insets/RenderButton.cpp
+++ b/src/insets/RenderButton.cpp
@@ -22,7 +22,7 @@ namespace lyx {
 
 
 RenderButton::RenderButton()
-	: editable_(false)
+	: editable_(false), inherit_font_(false)
 {}
 
 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic