diff options
Diffstat (limited to 'src/net/ea/partyhandler.h')
-rw-r--r-- | src/net/ea/partyhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/partyhandler.h b/src/net/ea/partyhandler.h index 2e7c651dd..42672d553 100644 --- a/src/net/ea/partyhandler.h +++ b/src/net/ea/partyhandler.h @@ -37,7 +37,7 @@ class PartyHandler notfinal : public Net::PartyHandler ~PartyHandler() override; - void join(const int partyId) const override final A_CONST; + void join(const int partyId) const override final; PartyShareT getShareExperience() const override final A_WARN_UNUSED; |