diff options
Diffstat (limited to 'api/logic/minecraft/SimpleModList.h')
-rw-r--r-- | api/logic/minecraft/SimpleModList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/minecraft/SimpleModList.h b/api/logic/minecraft/SimpleModList.h index d623a295..a503aebc 100644 --- a/api/logic/minecraft/SimpleModList.h +++ b/api/logic/minecraft/SimpleModList.h @@ -59,7 +59,7 @@ public: { return size(); } - ; + virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override; virtual int columnCount(const QModelIndex &parent) const override; |