diff options
Diffstat (limited to 'indra/newview/llpanelprofilepicks.h')
-rw-r--r-- | indra/newview/llpanelprofilepicks.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpanelprofilepicks.h b/indra/newview/llpanelprofilepicks.h index aeaa25bf8b..061f947a28 100644 --- a/indra/newview/llpanelprofilepicks.h +++ b/indra/newview/llpanelprofilepicks.h @@ -57,6 +57,7 @@ public: void selectPick(const LLUUID& pick_id); /*virtual*/ void processProperties(void* data, EAvatarProcessorType type); + void processProperties(const LLAvatarPicks* avatar_picks); /*virtual*/ void resetData(); @@ -72,6 +73,8 @@ public: */ /*virtual*/ void updateData(); + friend void request_avatar_properties_coro(std::string cap_url, LLUUID agent_id); + private: void onClickNewBtn(); void onClickDelete(); |