File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -365,6 +365,8 @@ static void cmd_toggle_mark(LLAvatarListEntry* entry)
365365static void cmd_ar (const LLAvatarListEntry* entry);
366366static void cmd_teleport (const LLAvatarListEntry* entry);
367367
368+ const LLUUID& active_owner_or_id (const LLSD& userdata);
369+
368370namespace
369371{
370372 typedef LLMemberListener<LLView> view_listener_t ;
@@ -381,7 +383,6 @@ namespace
381383 {
382384 bool handleEvent (LLPointer<LLEvent> event, const LLSD& userdata) override
383385 {
384- const LLUUID& active_owner_or_id (const LLSD& userdata);
385386 LLFloaterAvatarList::setFocusAvatar (active_owner_or_id (userdata));
386387 return true ;
387388 }
Original file line number Diff line number Diff line change 6565#include " lluploadfloaterobservers.h"
6666#include " aicurl.h"
6767
68+ #include < mutex>
6869#include " boost/lexical_cast.hpp"
6970
7071#ifndef LL_WINDOWS
You can’t perform that action at this time.
0 commit comments