diff options
Diffstat (limited to 'linden/indra/newview/llmutelist.h')
-rw-r--r-- | linden/indra/newview/llmutelist.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llmutelist.h b/linden/indra/newview/llmutelist.h index 9163f94..03a548f 100644 --- a/linden/indra/newview/llmutelist.h +++ b/linden/indra/newview/llmutelist.h | |||
@@ -103,9 +103,9 @@ public: | |||
103 | void removeObserver(LLMuteListObserver* observer); | 103 | void removeObserver(LLMuteListObserver* observer); |
104 | 104 | ||
105 | 105 | ||
106 | void addMuteAgentConfirm( const LLMute &mute ); | 106 | void addMuteAgentConfirm( const LLMute &mute ); |
107 | void addMuteObjectConfirm( const LLMute &mute ); | 107 | void addMuteObjectConfirm( const LLMute &mute ); |
108 | static void addMuteCallback(S32 option, void *userdata); | 108 | static bool addMuteCallback(const LLSD& notification, const LLSD& response, LLMute *mute); |
109 | 109 | ||
110 | // Add either a normal or a BY_NAME mute, for any or all properties. | 110 | // Add either a normal or a BY_NAME mute, for any or all properties. |
111 | BOOL add(const LLMute& mute, U32 flags = 0); | 111 | BOOL add(const LLMute& mute, U32 flags = 0); |