summaryrefslogtreecommitdiff
path: root/src/party.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/party.h')
-rw-r--r--src/party.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/party.h b/src/party.h
index 932cf426b..1475b3675 100644
--- a/src/party.h
+++ b/src/party.h
@@ -171,7 +171,7 @@ class Party final : public AvatarListModel
*/
explicit Party(const int16_t id);
- ~Party();
+ ~Party() override final;
MemberList mMembers;
std::string mName;