diff options
author | James Cook <james@lindenlab.com> | 2010-02-23 16:34:02 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-02-23 16:34:02 -0800 |
commit | 67f3ed1844aabdb25abe1d52e651c076fec1eb9b (patch) | |
tree | da265743b56107a6baa1437f3cec02dae123c3a1 /indra/newview/llfloateravatarpicker.h | |
parent | 305ec89a70bf88fce8f5edda15047182bc56682b (diff) |
Prototype search by SLID and display name
Diffstat (limited to 'indra/newview/llfloateravatarpicker.h')
-rw-r--r-- | indra/newview/llfloateravatarpicker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloateravatarpicker.h b/indra/newview/llfloateravatarpicker.h index e35466cec8..bae43d3211 100644 --- a/indra/newview/llfloateravatarpicker.h +++ b/indra/newview/llfloateravatarpicker.h @@ -58,6 +58,7 @@ public: void setOkBtnEnableCb(validate_callback_t cb); static void processAvatarPickerReply(class LLMessageSystem* msg, void**); + void processResponse(const LLUUID& query_id, const LLSD& content); private: void editKeystroke(class LLLineEditor* caller, void* user_data); |