summaryrefslogtreecommitdiff
path: root/src/gui/models/playertablemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/models/playertablemodel.h')
-rw-r--r--src/gui/models/playertablemodel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/models/playertablemodel.h b/src/gui/models/playertablemodel.h
index 6525a38b3..e71faf1ad 100644
--- a/src/gui/models/playertablemodel.h
+++ b/src/gui/models/playertablemodel.h
@@ -43,11 +43,11 @@ class PlayerTableModel final : public Widget2,
int getRows() const override final;
- int getColumns() const override final;
+ int getColumns() const override final A_CONST;
- int getRowHeight() const override final;
+ int getRowHeight() const override final A_CONST;
- int getColumnWidth(const int index) const override final;
+ int getColumnWidth(const int index) const override final A_CONST;
void playerRelationsUpdated();