diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-10-08 16:56:02 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-10-08 16:56:02 -0700 |
commit | 7ffc9b06c820d70724af2aef361ff9964e584e73 (patch) | |
tree | 0de4ae5f3312aff15270e9fd46bce080e05718db /indra/llui/llnotifications.h | |
parent | 3abd522936a7a82b2ab76f5ec27bcfc99deb55f0 (diff) |
Created a floater for setting display name
Diffstat (limited to 'indra/llui/llnotifications.h')
-rw-r--r-- | indra/llui/llnotifications.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llnotifications.h b/indra/llui/llnotifications.h index e52875665e..3ae3f158e4 100644 --- a/indra/llui/llnotifications.h +++ b/indra/llui/llnotifications.h @@ -196,6 +196,7 @@ public: Optional<S32> width; Optional<S32> max_length_chars; + Optional<std::string> value; FormInput(); }; |