summaryrefslogtreecommitdiff
path: root/indra/newview/llavatarlist.cpp
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2009-11-26 20:17:07 +0200
committerMike Antipov <mantipov@productengine.com>2009-11-26 20:17:07 +0200
commitb9f113fe2a87741de51547a6d84f378a72fe1847 (patch)
treeeb71f1e832e434e0eac9a818ed57ca51ea10dabb /indra/newview/llavatarlist.cpp
parent87ed47c9145c22e7b9e26f4bbca5282c128ac746 (diff)
implemented overridden LLAvatarList::clear to follow class behavior
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llavatarlist.cpp')
-rw-r--r--indra/newview/llavatarlist.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llavatarlist.cpp b/indra/newview/llavatarlist.cpp
index 7f3f869e5d..202fbdebd4 100644
--- a/indra/newview/llavatarlist.cpp
+++ b/indra/newview/llavatarlist.cpp
@@ -153,6 +153,13 @@ void LLAvatarList::draw()
}
}
+//virtual
+void LLAvatarList::clear()
+{
+ getIDs().clear();
+ setDirty(true);
+}
+
void LLAvatarList::setNameFilter(const std::string& filter)
{
if (mNameFilter != filter)