diff options
author | James Cook <james@lindenlab.com> | 2009-11-24 22:55:56 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-24 22:55:56 -0800 |
commit | 0e351bedb6ec15ecb4da6073c8db4edc34ccc0ba (patch) | |
tree | 4f5a617ab3a0ec30772e261248baff34dd56c1b0 /indra/newview/lltoastnotifypanel.h | |
parent | 458430be918500e1c93961a2d959542b3987f6a6 (diff) |
Removed llnotifications.h from all headers by adding llnotificationsptr.h
Fixed many more includes
Diffstat (limited to 'indra/newview/lltoastnotifypanel.h')
-rw-r--r-- | indra/newview/lltoastnotifypanel.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/lltoastnotifypanel.h b/indra/newview/lltoastnotifypanel.h index eea70705ec..04525387b3 100644 --- a/indra/newview/lltoastnotifypanel.h +++ b/indra/newview/lltoastnotifypanel.h @@ -35,13 +35,14 @@ #include "llpanel.h" #include "llfontgl.h" -#include "llnotifications.h" +#include "llnotificationptr.h" #include "llbutton.h" #include "lltoastpanel.h" #include "lliconctrl.h" #include "lltexteditor.h" #include "lltextbox.h" +class LLNotificationForm; /** * Toast panel for notification. @@ -68,7 +69,7 @@ protected: private: - void adjustPanelForScriptNotice(const LLNotificationFormPtr form); + void adjustPanelForScriptNotice(const boost::shared_ptr<LLNotificationForm> form); void adjustPanelForTipNotice(); // panel elements |