From 00cbc7490641a697dbedb85b3b2ff3f75893b7ff Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 22 Feb 2010 16:49:38 -0700 Subject: Change chat autocompletion to be more flexible Reviewed-by: Chuck Miller --- src/party.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/party.cpp') 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 &names) const +const void Party::getNames(std::vector &names) const { names.clear(); MemberList::const_iterator it = mMembers.begin(), -- cgit v1.2.3-60-g2f50