diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-09-13 14:59:31 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-09-13 14:59:31 -0700 |
commit | a923da7fc78b44cd5368d26652b0204322f064a4 (patch) | |
tree | 57c9820872c0d14c919a9d8ccc4f226b6b4c6f70 /indra/newview/llcallfloater.h | |
parent | 7ca63c963dd6a3015b580ef73e27f3ebb9ebb837 (diff) |
DEV-52931 Toggling "View Display Names" doesn't take effect right away in the Friends list
Diffstat (limited to 'indra/newview/llcallfloater.h')
-rw-r--r-- | indra/newview/llcallfloater.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llcallfloater.h b/indra/newview/llcallfloater.h index cb4d175eb9..3bc7043353 100644 --- a/indra/newview/llcallfloater.h +++ b/indra/newview/llcallfloater.h @@ -126,6 +126,7 @@ private: void initAgentData(); void setModeratorMutedVoice(bool moderator_muted); void updateAgentModeratorState(); + void onModeratorNameCache(const LLAvatarName& av_name); /** * Sets initial participants voice states in avatar list (Invited, Joined, Has Left). |