diff options
-rw-r--r-- | indra/newview/llimfloater.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index 5fa278e727..5e9ffdf410 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -34,6 +34,8 @@ #include "llimfloater.h" +#include "llnotificationsutil.h" + #include "llagent.h" #include "llappviewer.h" #include "llbutton.h" @@ -636,7 +638,7 @@ void LLIMFloater::processAgentListUpdates(const LLSD& body) mInputEditor->setLabel(label); if (moderator_muted_text) - LLNotifications::instance().add("TextChatIsMutedByModerator"); + LLNotificationsUtil::add("TextChatIsMutedByModerator"); } } } |