diff options
| author | Eli Linden <eli@lindenlab.com> | 2010-04-20 11:42:45 -0700 |
|---|---|---|
| committer | Eli Linden <eli@lindenlab.com> | 2010-04-20 11:42:45 -0700 |
| commit | 12893bc7b1194afaa4b9059665e34624abfcce1d (patch) | |
| tree | 67fe2a50777e4228e0177786eecf5f86d77cbc6e /indra/newview/llnotificationtiphandler.cpp | |
| parent | 5f80e5681c7a0e9f0fc5889ede435c79358fc639 (diff) | |
| parent | 47699b744cf99ae9f39530dc9a08455b0d92e0f0 (diff) | |
Merge
Diffstat (limited to 'indra/newview/llnotificationtiphandler.cpp')
| -rw-r--r-- | indra/newview/llnotificationtiphandler.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llnotificationtiphandler.cpp b/indra/newview/llnotificationtiphandler.cpp index 407de79c89..e528f871af 100644 --- a/indra/newview/llnotificationtiphandler.cpp +++ b/indra/newview/llnotificationtiphandler.cpp @@ -41,10 +41,11 @@ #include "llviewercontrol.h" #include "llviewerwindow.h" #include "llnotificationmanager.h" +#include "llpaneltiptoast.h" using namespace LLNotificationsUI; -class LLOnlineStatusToast : public LLToastPanel +class LLOnlineStatusToast : public LLPanelTipToast { public: @@ -57,7 +58,7 @@ public: Params() {} }; - LLOnlineStatusToast(Params& p) : LLToastPanel(p.notification) + LLOnlineStatusToast(Params& p) : LLPanelTipToast(p.notification) { LLUICtrlFactory::getInstance()->buildPanel(this, "panel_online_status_toast.xml"); |
