mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Initialize some GuiTabular members in constructor
Found by Coverity.
This commit is contained in:
parent
020a890f42
commit
c056062d59
@ -45,7 +45,9 @@ namespace lyx {
|
||||
namespace frontend {
|
||||
|
||||
GuiTabular::GuiTabular(QWidget * parent)
|
||||
: InsetParamsWidget(parent)
|
||||
: InsetParamsWidget(parent), firstheader_suppressable_(false),
|
||||
lastfooter_suppressable_(false)
|
||||
|
||||
{
|
||||
setupUi(this);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user