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 ca7c11d2e..932cf426b 100644
--- a/src/party.h
+++ b/src/party.h
@@ -153,7 +153,7 @@ class Party final : public AvatarListModel
void sort();
- typedef std::vector<PartyMember*> MemberList;
+ typedef STD_VECTOR<PartyMember*> MemberList;
const MemberList *getMembers() const RETURNS_NONNULL A_WARN_UNUSED
{ return &mMembers; }