summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterhud.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-11-26 09:38:21 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2009-11-26 09:38:21 +0000
commit35e5a5005e7ab85a640aee08137a96c42e4d55ea (patch)
tree77fc6fae473e0860b42c55b8bddcf8e3ed981074 /indra/newview/llfloaterhud.cpp
parent6631e4d872fd4bd0208e44320e0b189b624cda86 (diff)
parent82575515e0614552548bd3f45cea558772bb032f (diff)
merge.
Diffstat (limited to 'indra/newview/llfloaterhud.cpp')
-rw-r--r--indra/newview/llfloaterhud.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterhud.cpp b/indra/newview/llfloaterhud.cpp
index 047dc2fa92..14cff3bcc3 100644
--- a/indra/newview/llfloaterhud.cpp
+++ b/indra/newview/llfloaterhud.cpp
@@ -40,6 +40,7 @@
#include "llalertdialog.h"
// Linden libs
+#include "llnotificationsutil.h"
#include "lluictrlfactory.h"
@@ -56,7 +57,7 @@ LLFloaterHUD::LLFloaterHUD(const LLSD& key)
// do not build the floater if there the url is empty
if (gSavedSettings.getString("TutorialURL") == "")
{
- LLNotifications::instance().add("TutorialNotFound");
+ LLNotificationsUtil::add("TutorialNotFound");
return;
}