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 47d84cf45..96eb8206e 100644 --- a/src/party.h +++ b/src/party.h @@ -154,7 +154,7 @@ class Party final : public AvatarListModel typedef std::vector<PartyMember*> MemberList; - const MemberList *getMembers() const A_WARN_UNUSED + const MemberList *getMembers() const RETURNS_NONNULL A_WARN_UNUSED { return &mMembers; } static Party *getParty(const int16_t id) A_WARN_UNUSED; |