diff options
author | Merov Linden <merov@lindenlab.com> | 2011-10-03 17:13:14 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-10-03 17:13:14 -0700 |
commit | 99ada9b047d1cda8f45ec7f193ec04328496a721 (patch) | |
tree | 03daf2f4ab56de43b03f4f7b0963abe041ad67ec /indra/llui/lllineeditor.h | |
parent | cd467cc34f876920b35d3570f50dbad54ce4a42c (diff) | |
parent | 37fdd27bcbd38b5cf22e0ff003f4d01b908996c7 (diff) |
EXP-1202 : pull from richard/viewer-experience-fui
Diffstat (limited to 'indra/llui/lllineeditor.h')
-rw-r--r-- | indra/llui/lllineeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lllineeditor.h b/indra/llui/lllineeditor.h index 583bde360a..2518dbe3c7 100644 --- a/indra/llui/lllineeditor.h +++ b/indra/llui/lllineeditor.h @@ -60,7 +60,7 @@ public: typedef boost::function<void (LLLineEditor* caller)> keystroke_callback_t; - struct MaxLength : public LLInitParam::Choice<MaxLength> + struct MaxLength : public LLInitParam::ChoiceBlock<MaxLength> { Alternative<S32> bytes, chars; |