diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-05-10 15:41:16 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-05-10 15:41:16 +0300 |
commit | bb3380b2207ea1413536320782d07cb27bc3a47c (patch) | |
tree | f2ce53f6665cced56224fdb146601237ccb20c49 /indra/newview/llmutelist.h | |
parent | fb7be87bebd785a7a3e7a7b59103bc952d98dc83 (diff) |
MAINT-7359 improve new Avatar Render Settings window
Diffstat (limited to 'indra/newview/llmutelist.h')
-rw-r--r-- | indra/newview/llmutelist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llmutelist.h b/indra/newview/llmutelist.h index 9ab978353b..f2fcf3dbb3 100644 --- a/indra/newview/llmutelist.h +++ b/indra/newview/llmutelist.h @@ -184,10 +184,13 @@ public: S32 getSavedVisualMuteSetting(const LLUUID& agent_id); void saveVisualMuteSetting(const LLUUID& agent_id, S32 setting); + S32 getVisualMuteDate(const LLUUID& agent_id); + void addObserver(LLMuteListObserver* observer); void removeObserver(LLMuteListObserver* observer); std::map<LLUUID, S32> sVisuallyMuteSettingsMap; + std::map<LLUUID, S32> sVisuallyMuteDateMap; private: void notifyObservers(); |