summaryrefslogtreecommitdiff
path: root/indra/newview/llnamelistctrl.cpp
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-08-22 14:58:10 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-08-22 14:58:10 -0700
commita8d5b070b090d7467a1e95134be556951ae6698a (patch)
tree66bc89a1aa416382f0af17d8714d5a31e8c0c10d /indra/newview/llnamelistctrl.cpp
parent4595978d59d905bc9ef95efd759eac8cb62b57c3 (diff)
parent171089207b528ab80a954292c127ba77254ee927 (diff)
merging viewer release
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())
{