summaryrefslogtreecommitdiff
path: root/indra/llui/llnotifications.h
diff options
context:
space:
mode:
authorAndrew Meadows <andrew@lindenlab.com>2010-12-29 12:39:58 -0800
committerAndrew Meadows <andrew@lindenlab.com>2010-12-29 12:39:58 -0800
commitd12b7b347ad4094b96ba2a650ae86dfb9db2a893 (patch)
tree1646c252edd36b31cf4ed3efaac0b91995f631e0 /indra/llui/llnotifications.h
parent98b2f622b709fcacac32e8ad23b8da6479a28a87 (diff)
parent087c105317058dc3a011c937a5aceaf87fdecc26 (diff)
merge
Diffstat (limited to 'indra/llui/llnotifications.h')
-rw-r--r--indra/llui/llnotifications.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llnotifications.h b/indra/llui/llnotifications.h
index f8f4469958..34d3537781 100644
--- a/indra/llui/llnotifications.h
+++ b/indra/llui/llnotifications.h
@@ -195,6 +195,7 @@ public:
Mandatory<std::string> type;
Optional<S32> width;
Optional<S32> max_length_chars;
+ Optional<std::string> text;
Optional<std::string> value;
FormInput();