diff options
author | James Cook <james@lindenlab.com> | 2010-02-24 14:31:46 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-02-24 14:31:46 -0800 |
commit | f3e0e9a5264a80d146a1d4d77fd9c4f5d3070278 (patch) | |
tree | dcefc0dd92c17186fc09e232e06e6db1c10bc6db /indra/llmessage/llavatarnamecache.h | |
parent | 649bdf412f4cead9721b5393d3929b6fbd6df272 (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.h | 1 |
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 |