summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorDave SIMmONs <simon@lindenlab.com>2011-05-24 14:28:25 -0700
committerDave SIMmONs <simon@lindenlab.com>2011-05-24 14:28:25 -0700
commitd6f7526abf223b671b4e17be48dcc1e46e8f2fd8 (patch)
tree9ac72b9bfb546e3542442eeff72af78c75f3ca67 /indra/llui
parent0a86e39d90e06f0a690b1ff5caf2dee5fe347f8f (diff)
parente5752934be74a84e6ec0ff8cb96974bd1e9060ec (diff)
Merge
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,