summaryrefslogtreecommitdiff
path: root/src/party.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/party.cpp')
-rw-r--r--src/party.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/party.cpp b/src/party.cpp
index 1a693ddd6..6c7934c78 100644
--- a/src/party.cpp
+++ b/src/party.cpp
@@ -266,7 +266,7 @@ bool Party::isMember(const std::string &name) const
return false;
}
-void Party::getNames(std::vector<std::string> &names) const
+void Party::getNames(StringVect &names) const
{
names.clear();
MemberList::const_iterator it = mMembers.begin();