mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix missing initialization
This was already fixed after coverity report at bad511f3fe
,
but this part was missing.
This commit is contained in:
parent
f0ab93c4b8
commit
2d86b2debb
@ -58,7 +58,7 @@ namespace lyx {
|
|||||||
namespace frontend {
|
namespace frontend {
|
||||||
|
|
||||||
GuiErrorList::GuiErrorList(GuiView & lv)
|
GuiErrorList::GuiErrorList(GuiView & lv)
|
||||||
: GuiDialog(lv, "errorlist", qt_("Error List")), from_master_(false)
|
: GuiDialog(lv, "errorlist", qt_("Error List")), buf_(0), from_master_(false)
|
||||||
{
|
{
|
||||||
setupUi(this);
|
setupUi(this);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user