diff options
Diffstat (limited to 'src/party.cpp')
-rw-r--r-- | src/party.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/party.cpp b/src/party.cpp index 8dc6dd38..a8e18b2d 100644 --- a/src/party.cpp +++ b/src/party.cpp @@ -230,7 +230,7 @@ bool Party::isMember(const std::string &name) const return false; } -void Party::getNames(std::vector<std::string> &names) const +const void Party::getNames(std::vector<std::string> &names) const { names.clear(); MemberList::const_iterator it = mMembers.begin(), |