File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -360,6 +360,8 @@ static void cmd_toggle_mark(LLAvatarListEntry* entry)
360360static void cmd_ar (const LLAvatarListEntry* entry);
361361static void cmd_teleport (const LLAvatarListEntry* entry);
362362
363+ const LLUUID & active_owner_or_id (const LLSD & userdata);
364+
363365namespace
364366{
365367 typedef LLMemberListener<LLView> view_listener_t ;
@@ -376,7 +378,6 @@ namespace
376378 {
377379 bool handleEvent (LLPointer<LLEvent> event, const LLSD & userdata) override
378380 {
379- const LLUUID & active_owner_or_id (const LLSD & userdata);
380381 LLFloaterAvatarList::setFocusAvatar (active_owner_or_id (userdata));
381382 return true ;
382383 }
Original file line number Diff line number Diff line change 6666#include " lluploadfloaterobservers.h"
6767#include " aicurl.h"
6868
69+ #include < mutex>
6970#include " boost/lexical_cast.hpp"
7071
7172#ifndef LL_WINDOWS
You can’t perform that action at this time.
0 commit comments