diff --git a/indra/newview/llfloateravatarlist.cpp b/indra/newview/llfloateravatarlist.cpp index 427997c02..c0e21a3b4 100644 --- a/indra/newview/llfloateravatarlist.cpp +++ b/indra/newview/llfloateravatarlist.cpp @@ -376,7 +376,8 @@ namespace { bool handleEvent(LLPointer event, const LLSD& userdata) override { - LLFloaterAvatarList::setFocusAvatar(LFIDBearer::getActiveSelectedID()); + const LLUUID& active_owner_or_id(const LLSD& userdata); + LLFloaterAvatarList::setFocusAvatar(active_owner_or_id(userdata)); return true; } };