diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-28 17:47:24 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-28 17:47:24 +0100 |
commit | d2474edf85674aa4fb150caee184fc434915d5e6 (patch) | |
tree | 604ef243c7e14ba94f7c013b7a270b89f6052920 /indra/newview/llscriptfloater.h | |
parent | b6a498c3018976b97c2353be066502e4a298e156 (diff) |
restore switching logic between textbox/nontextbox, after the refactor.
Diffstat (limited to 'indra/newview/llscriptfloater.h')
-rw-r--r-- | indra/newview/llscriptfloater.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llscriptfloater.h b/indra/newview/llscriptfloater.h index fec81704d8..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,7 +204,7 @@ protected: void dockToChiclet(bool dock); private: - bool isScriptTextbox(); + bool isScriptTextbox(LLNotificationPtr notification); LLToastNotifyPanel* mScriptForm; LLUUID mNotificationId; |