diff options
Diffstat (limited to 'src/party.h')
-rw-r--r-- | src/party.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/party.h b/src/party.h index 62d346c83..78fea9528 100644 --- a/src/party.h +++ b/src/party.h @@ -37,7 +37,7 @@ class PartyMember final : public Avatar public: A_DELETE_COPY(PartyMember) - Party *getParty() const A_WARN_UNUSED + const Party *getParty() const A_WARN_UNUSED { return mParty; } bool getLeader() const A_WARN_UNUSED |