diff options
| author | Jeff (Gioffredo Linden) <gioffredo@lindenlab.com> | 2013-07-25 16:11:26 -0400 |
|---|---|---|
| committer | Jeff (Gioffredo Linden) <gioffredo@lindenlab.com> | 2013-07-25 16:11:26 -0400 |
| commit | 24db277777d9bf05ad1ff3ade32e15ab5fade870 (patch) | |
| tree | 79c4e3ed5044eee0eb06201d31ab8230f49295a3 /indra/llui/llnotifications.cpp | |
| parent | ee0b66f080de53f70599c824d5ff231d6a9c739f (diff) | |
Restore VITA LLNotiication API
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)); } |
