diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-28 13:41:46 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-28 13:41:46 +0100 |
commit | b6a498c3018976b97c2353be066502e4a298e156 (patch) | |
tree | f506218b20a6f6f49c83faedca5c34713414c31a /indra/newview/lltoastscripttextbox.cpp | |
parent | 532ee1dae0f3a612a38a16e0a0144bcea12c64a3 (diff) |
iterate iterate.
Diffstat (limited to 'indra/newview/lltoastscripttextbox.cpp')
-rw-r--r-- | indra/newview/lltoastscripttextbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoastscripttextbox.cpp b/indra/newview/lltoastscripttextbox.cpp index b203579362..7fef346ae5 100644 --- a/indra/newview/lltoastscripttextbox.cpp +++ b/indra/newview/lltoastscripttextbox.cpp @@ -51,7 +51,7 @@ const S32 LLToastScriptTextbox::DEFAULT_MESSAGE_MAX_LINE_COUNT = 7; LLToastScriptTextbox::LLToastScriptTextbox(LLNotificationPtr& notification) -: LLToastPanel(notification), +: LLToastNotifyPanel(notification), mInventoryOffer(NULL) { buildFromFile( "panel_notify_textbox.xml"); |