diff options
Diffstat (limited to 'indra/newview/llnameeditor.h')
-rw-r--r-- | indra/newview/llnameeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnameeditor.h b/indra/newview/llnameeditor.h index 526b76b9c0..9c89454c33 100644 --- a/indra/newview/llnameeditor.h +++ b/indra/newview/llnameeditor.h @@ -53,7 +53,7 @@ public: S32 max_text_length = 254, void (*commit_callback)(LLUICtrl* caller, void* user_data) = NULL, void (*keystroke_callback)(LLLineEditor* caller, void* user_data) = NULL, - void (*focus_lost_callback)(LLUICtrl* caller, void* user_data) = NULL, + void (*focus_lost_callback)(LLFocusableElement* caller, void* user_data) = NULL, void* userdata = NULL, LLLinePrevalidateFunc prevalidate_func = NULL, LLViewBorder::EBevel border_bevel = LLViewBorder::BEVEL_IN, |