mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
Initialize correctly GuiErrorList::from_master_ in constructor
Found by Coverity
This commit is contained in:
parent
102e6340e5
commit
bad511f3fe
@ -57,7 +57,7 @@ namespace lyx {
|
||||
namespace frontend {
|
||||
|
||||
GuiErrorList::GuiErrorList(GuiView & lv)
|
||||
: GuiDialog(lv, "errorlist", qt_("Error List"))
|
||||
: GuiDialog(lv, "errorlist", qt_("Error List")), from_master_(false)
|
||||
{
|
||||
setupUi(this);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user