diff options
author | James Cook <james@lindenlab.com> | 2010-05-25 11:39:06 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-05-25 11:39:06 -0700 |
commit | 77e6fcd4230f7540c9f4d6f3d503737c6eaf408c (patch) | |
tree | 6d1c3b16fb108b52e3476cf9f7716eea8e114971 /indra/llui/llnotifications.cpp | |
parent | 934dc6e2d0fabb935c75bb611ceb543426e485eb (diff) |
DEV-50013 WIP gCacheName->getGroup() to distinguish from av lookups
Helps with global finds looking for remaining calls to patch.
Reviewed with Leyla.
Diffstat (limited to 'indra/llui/llnotifications.cpp')
-rw-r--r-- | indra/llui/llnotifications.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp index 4a776f577f..27e59a0475 100644 --- a/indra/llui/llnotifications.cpp +++ b/indra/llui/llnotifications.cpp @@ -1497,7 +1497,7 @@ void LLPostponedNotification::lookupName(LLPostponedNotification* thiz, { if (is_group) { - gCacheName->get(id, is_group, + gCacheName->getGroup(id, boost::bind(&LLPostponedNotification::onGroupNameCache, thiz, _1, _2, _3)); } |