diff options
| author | Merov Linden <merov@lindenlab.com> | 2012-12-19 11:04:24 -0800 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2012-12-19 11:04:24 -0800 |
| commit | e32f110b9a17928285dc9e39953abce9eecf9742 (patch) | |
| tree | 1be90f51b3117efd4b4d938a5692095244c1c5cd /indra/newview/llnotificationtiphandler.cpp | |
| parent | 8adca4583ec95ac063f79990ac092998f24415b8 (diff) | |
| parent | b34e3a1b40fd72b4c4cdc1553c3f5934e9e9cef5 (diff) | |
Pull merge from richard/viewer-chui
Diffstat (limited to 'indra/newview/llnotificationtiphandler.cpp')
| -rw-r--r-- | indra/newview/llnotificationtiphandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnotificationtiphandler.cpp b/indra/newview/llnotificationtiphandler.cpp index faa67b5ea4..a85335f1ba 100644 --- a/indra/newview/llnotificationtiphandler.cpp +++ b/indra/newview/llnotificationtiphandler.cpp @@ -42,7 +42,7 @@ using namespace LLNotificationsUI; //-------------------------------------------------------------------------- LLTipHandler::LLTipHandler() -: LLSysHandler("NotificationTips", "notifytip") +: LLSystemNotificationHandler("NotificationTips", "notifytip") { // Getting a Channel for our notifications LLScreenChannel* channel = LLChannelManager::getInstance()->createNotificationChannel(); |
