Initialize some GuiTabular members in constructor

Found by Coverity.
This commit is contained in:
Jean-Marc Lasgouttes 2016-06-09 16:38:32 +02:00
parent 020a890f42
commit c056062d59

View File

@ -45,7 +45,9 @@ namespace lyx {
namespace frontend {
GuiTabular::GuiTabular(QWidget * parent)
: InsetParamsWidget(parent)
: InsetParamsWidget(parent), firstheader_suppressable_(false),
lastfooter_suppressable_(false)
{
setupUi(this);