mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:08:12 +00:00
LibGUI: Fix missing initializer for GColumnsView::m_model_column
This commit is contained in:
parent
a14f08fcc9
commit
ecd5589d4f
1 changed files with 1 additions and 1 deletions
|
@ -62,5 +62,5 @@ private:
|
|||
};
|
||||
|
||||
Vector<Column> m_columns;
|
||||
int m_model_column;
|
||||
int m_model_column { 0 };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue