summaryrefslogtreecommitdiff
path: root/indra/newview/llnamelistctrl.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-08-22 16:12:40 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-08-22 16:12:40 -0400
commita3b1a60ed76ac9661bd245e7d5bb801be852944c (patch)
tree7958d835b5f3a5f210f6361d40f1d5eeee68ef58 /indra/newview/llnamelistctrl.cpp
parent0094c4299f6fb627c0a759374ede39450efdc8d0 (diff)
parent171089207b528ab80a954292c127ba77254ee927 (diff)
merge
Diffstat (limited to 'indra/newview/llnamelistctrl.cpp')
-rwxr-xr-xindra/newview/llnamelistctrl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llnamelistctrl.cpp b/indra/newview/llnamelistctrl.cpp
index 7f396b7b7e..7ddd04fed0 100755
--- a/indra/newview/llnamelistctrl.cpp
+++ b/indra/newview/llnamelistctrl.cpp
@@ -416,9 +416,9 @@ void LLNameListCtrl::onAvatarNameCache(const LLUUID& agent_id,
}
-void LLNameListCtrl::updateColumns()
+void LLNameListCtrl::updateColumns(bool force_update)
{
- LLScrollListCtrl::updateColumns();
+ LLScrollListCtrl::updateColumns(force_update);
if (!mNameColumn.empty())
{