summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2011-05-20 11:41:28 -0400
committerLoren Shih <seraph@lindenlab.com>2011-05-20 11:41:28 -0400
commit781addcbc1c7611153ff58fd2f28062a1c4cd041 (patch)
treecebb3af3706fb6c9690562562201a468c56b97b4 /indra/llui
parent19a06478d9863c451450b7c9e2f931ba587a3cec (diff)
parentce248b92d77e781d159f3838b5a2b5ef96360138 (diff)
Automated merge up from viewer-development into mesh-development
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llnotifications.cpp2
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,