GUI2/Grid: explicitly invoke base class in init list
This commit is contained in:
parent
26e7ea9e38
commit
80eb1db092
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ namespace gui2
|
|||
{
|
||||
|
||||
grid::grid(const unsigned rows, const unsigned cols)
|
||||
: rows_(rows)
|
||||
: widget()
|
||||
, rows_(rows)
|
||||
, cols_(cols)
|
||||
, row_height_()
|
||||
, col_width_()
|
||||
|
|
Loading…
Add table
Reference in a new issue