diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-30 13:03:53 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-30 13:03:53 +0100 |
commit | 978402adea173635c72cf8e81c375bbcc6bdd4ed (patch) | |
tree | 55a74d8e715d9af7f37a548e87f833752bfd01e8 /indra/newview/llscriptfloater.h | |
parent | d3a9d6a6cef6630995c652b4cc04c8807dbe6d4e (diff) | |
parent | 0e7b77b9827668fd9819be807ff0dfa4cd0b1219 (diff) |
merge vwr-20756 / llTextbox() viewer support.
Diffstat (limited to 'indra/newview/llscriptfloater.h')
-rw-r--r-- | indra/newview/llscriptfloater.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llscriptfloater.h b/indra/newview/llscriptfloater.h index da70bb4334..dc52baa115 100644 --- a/indra/newview/llscriptfloater.h +++ b/indra/newview/llscriptfloater.h @@ -28,6 +28,7 @@ #define LL_SCRIPTFLOATER_H #include "lltransientdockablefloater.h" +#include "llnotificationptr.h" class LLToastNotifyPanel; @@ -203,6 +204,8 @@ protected: void dockToChiclet(bool dock); private: + bool isScriptTextbox(LLNotificationPtr notification); + LLToastNotifyPanel* mScriptForm; LLUUID mNotificationId; LLUUID mObjectId; |