diff options
Diffstat (limited to 'src/gui/models/tablemodel.h')
-rw-r--r-- | src/gui/models/tablemodel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/models/tablemodel.h b/src/gui/models/tablemodel.h index f28a60a6f..23f286c2e 100644 --- a/src/gui/models/tablemodel.h +++ b/src/gui/models/tablemodel.h @@ -146,8 +146,8 @@ class StaticTableModel final : public TableModel int mRows; int mColumns; int mHeight; - std::vector<Widget *> mTableModel; - std::vector<int> mWidths; + STD_VECTOR<Widget *> mTableModel; + STD_VECTOR<int> mWidths; }; #endif // GUI_MODELS_TABLEMODEL_H |