Fix missing initialization

This was already fixed after coverity report at bad511f3fe,
but this part was missing.
This commit is contained in:
Jean-Marc Lasgouttes 2017-03-08 16:41:42 +01:00
parent f0ab93c4b8
commit 2d86b2debb

View File

@ -58,7 +58,7 @@ namespace lyx {
namespace frontend {
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);