]> git.lyx.org Git - features.git/commitdiff
Initialize GuiDocument:biblioChanged_ in constructor
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 9 Jun 2016 15:38:30 +0000 (17:38 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 9 Jun 2016 15:38:30 +0000 (17:38 +0200)
Found by Coverity

src/frontends/qt4/GuiDocument.cpp

index 25356d921e02ee3722da597d134d635a3a807cfa..643ce55f22216154eb7d7c5303739527edc9519b 100644 (file)
@@ -634,7 +634,7 @@ void LocalLayout::validatePressed() {
 
 GuiDocument::GuiDocument(GuiView & lv)
        : GuiDialog(lv, "document", qt_("Document Settings")),
-         nonModuleChanged_(false)
+         biblioChanged_(false), nonModuleChanged_(false)
 {
        setupUi(this);