diff options
author | Loren Shih <seraph@lindenlab.com> | 2011-05-20 11:41:28 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2011-05-20 11:41:28 -0400 |
commit | 781addcbc1c7611153ff58fd2f28062a1c4cd041 (patch) | |
tree | cebb3af3706fb6c9690562562201a468c56b97b4 /indra/llui | |
parent | 19a06478d9863c451450b7c9e2f931ba587a3cec (diff) | |
parent | ce248b92d77e781d159f3838b5a2b5ef96360138 (diff) |
Automated merge up from viewer-development into mesh-development
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llnotifications.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp index bdac125eb0..6085c61f9a 100644 --- a/indra/llui/llnotifications.cpp +++ b/indra/llui/llnotifications.cpp @@ -1532,7 +1532,7 @@ bool LLNotifications::loadVisibilityRules() // Add a simple notification (from XUI) void LLNotifications::addFromCallback(const LLSD& name) { - add(LLNotification::Params().name(name.asString())); + add(name.asString(), LLSD(), LLSD()); } LLNotificationPtr LLNotifications::add(const std::string& name, |