mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Initialize GuiDocument:biblioChanged_ in constructor
Found by Coverity
This commit is contained in:
parent
664fca5566
commit
725c66d20c
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user