mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
LibGUI: Fix missing initializer for GColumnsView::m_model_column
This commit is contained in:
parent
a14f08fcc9
commit
ecd5589d4f
Notes:
sideshowbarker
2024-07-19 09:54:38 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/ecd5589d4f8
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
Reference in a new issue