diff options
author | Oz Linden <oz@lindenlab.com> | 2013-07-29 16:04:21 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-07-29 16:04:21 -0400 |
commit | 9d63bb755f8ce8342fdd4be74193f64ad6e71736 (patch) | |
tree | 4e7ef6e96db3a883ad949d20f4a4ff5c626614c7 /indra/llui/llnotifications.cpp | |
parent | 91f7d0d1540ae448b45d8eceacff8aad2b88462a (diff) | |
parent | 499d132877974d076b852b4514b6320e111a5040 (diff) |
merge changes for maint-2936
Diffstat (limited to 'indra/llui/llnotifications.cpp')
-rwxr-xr-x | indra/llui/llnotifications.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp index 1789f003b9..743d34c57b 100755 --- a/indra/llui/llnotifications.cpp +++ b/indra/llui/llnotifications.cpp @@ -1206,6 +1206,7 @@ LLNotifications::LLNotifications() : LLNotificationChannelBase(LLNotificationFilters::includeEverything), mIgnoreAllNotifications(false) { + mListener.reset(new LLNotificationsListener(*this)); LLUICtrl::CommitCallbackRegistry::currentRegistrar().add("Notification.Show", boost::bind(&LLNotifications::addFromCallback, this, _2)); } |