summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationmanager.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-03-28 11:27:48 -0700
committerRichard Linden <none@none>2012-03-28 11:27:48 -0700
commit27ce5c301633fa75c32087e347347ab9111aa787 (patch)
tree5e12eedebe3766e517039810f2a9f20b46653f92 /indra/newview/llnotificationmanager.cpp
parent1ea65f0285d7022ce20ef84d4e35e3c94bcb3fbd (diff)
CHUI-51 WIP notifications routing code cleanup
fixed crash on login
Diffstat (limited to 'indra/newview/llnotificationmanager.cpp')
-rw-r--r--indra/newview/llnotificationmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llnotificationmanager.cpp b/indra/newview/llnotificationmanager.cpp
index 394ae2ac21..4e77b38757 100644
--- a/indra/newview/llnotificationmanager.cpp
+++ b/indra/newview/llnotificationmanager.cpp
@@ -52,6 +52,7 @@ LLNotificationManager::~LLNotificationManager()
//--------------------------------------------------------------------------
void LLNotificationManager::init()
{
+ new LLIMHandler();
new LLScriptHandler();
new LLTipHandler();
new LLGroupHandler();