]> git.lyx.org Git - features.git/commitdiff
Initialize some GuiTabular members in constructor
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 9 Jun 2016 14:38:32 +0000 (16:38 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 9 Jun 2016 14:38:32 +0000 (16:38 +0200)
Found by Coverity.

src/frontends/qt4/GuiTabular.cpp

index fde382b9360bfbbed8b91482114905f0ca7a6298..b021836ac07f39ac5e65e68e354203c90c14b01b 100644 (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);