summaryrefslogtreecommitdiff
path: root/indra/llui/tests/llurlentry_stub.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-03-03 10:10:55 -0800
committerJames Cook <james@lindenlab.com>2010-03-03 10:10:55 -0800
commit75cc897c062ffb4d59649a7af760d5e89396a3f8 (patch)
tree3bc5262cf51c60b99a941f6b1e0a6d975f22e56d /indra/llui/tests/llurlentry_stub.cpp
parent0957fa04395453e5b336ee77af3a21215f9369ca (diff)
Underlined display names now update reliably.
Diffstat (limited to 'indra/llui/tests/llurlentry_stub.cpp')
-rw-r--r--indra/llui/tests/llurlentry_stub.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/tests/llurlentry_stub.cpp b/indra/llui/tests/llurlentry_stub.cpp
index 280554b954..e984f5cf81 100644
--- a/indra/llui/tests/llurlentry_stub.cpp
+++ b/indra/llui/tests/llurlentry_stub.cpp
@@ -34,6 +34,11 @@ bool LLAvatarNameCache::get(const LLUUID& agent_id, LLAvatarName *av_name)
return false;
}
+void LLAvatarNameCache::get(const LLUUID& agent_id, callback_slot_t slot)
+{
+ return;
+}
+
bool LLAvatarNameCache::useDisplayNames()
{
return false;