mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Initialize properly InsetTabular members in constructor
Found by Coverity
This commit is contained in:
parent
0f5c34b8ab
commit
ab40fe6f05
@ -3474,7 +3474,8 @@ InsetTabular::InsetTabular(Buffer * buf, row_type rows,
|
||||
|
||||
|
||||
InsetTabular::InsetTabular(InsetTabular const & tab)
|
||||
: Inset(tab), tabular(tab.tabular)
|
||||
: Inset(tab), tabular(tab.tabular),
|
||||
first_visible_cell_(0), offset_valign_(0), rowselect_(false), colselect_(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user