summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationhandlerutil.cpp
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2012-04-26 13:15:30 -0400
committerprep <prep@lindenlab.com>2012-04-26 13:15:30 -0400
commit8443190b66bf81f7e33b10abb6e2ab1250c68ba4 (patch)
tree4643bcea751082beee58bfbe795ac7194fc31a77 /indra/newview/llnotificationhandlerutil.cpp
parent447a6ced446e233027eef0423e2c68870a51c506 (diff)
parentee230730c55a82e588c0bd1c98ff75f60f7f6427 (diff)
merge
Diffstat (limited to 'indra/newview/llnotificationhandlerutil.cpp')
-rw-r--r--indra/newview/llnotificationhandlerutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnotificationhandlerutil.cpp b/indra/newview/llnotificationhandlerutil.cpp
index 1b767e80d4..7c6287967a 100644
--- a/indra/newview/llnotificationhandlerutil.cpp
+++ b/indra/newview/llnotificationhandlerutil.cpp
@@ -64,7 +64,7 @@ LLSysHandler::LLSysHandler()
void LLSysHandler::removeExclusiveNotifications(const LLNotificationPtr& notif)
{
- LLScreenChannel* channel = dynamic_cast<LLScreenChannel *>(mChannel);
+ LLScreenChannel* channel = dynamic_cast<LLScreenChannel *>(mChannel.get());
if (channel == NULL)
{
return;