summaryrefslogtreecommitdiff
path: root/indra/llmessage/llavatarnamecache.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-02-24 14:31:46 -0800
committerJames Cook <james@lindenlab.com>2010-02-24 14:31:46 -0800
commitf3e0e9a5264a80d146a1d4d77fd9c4f5d3070278 (patch)
treedcefc0dd92c17186fc09e232e06e6db1c10bc6db /indra/llmessage/llavatarnamecache.h
parent649bdf412f4cead9721b5393d3929b6fbd6df272 (diff)
Hack to refresh name tags when I change my display name.
Also fixes a crash when turning on display names.
Diffstat (limited to 'indra/llmessage/llavatarnamecache.h')
-rw-r--r--indra/llmessage/llavatarnamecache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/llavatarnamecache.h b/indra/llmessage/llavatarnamecache.h
index e2166b568f..a09f549877 100644
--- a/indra/llmessage/llavatarnamecache.h
+++ b/indra/llmessage/llavatarnamecache.h
@@ -68,6 +68,7 @@ namespace LLAvatarNameCache
// HACK: turn display names on and off
void toggleDisplayNames();
bool useDisplayNames();
+ void erase(const LLUUID& agent_id);
}
#endif