Skip to content

Commit 7cab44a

Browse files
committed
2 parents cf57624 + a9b047b commit 7cab44a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

indra/newview/llfloateravatarlist.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@ static void cmd_toggle_mark(LLAvatarListEntry* entry)
365365
static void cmd_ar(const LLAvatarListEntry* entry);
366366
static void cmd_teleport(const LLAvatarListEntry* entry);
367367

368+
const LLUUID& active_owner_or_id(const LLSD& userdata);
369+
368370
namespace
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
}

indra/newview/llmeshrepository.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
#include "lluploadfloaterobservers.h"
6666
#include "aicurl.h"
6767

68+
#include <mutex>
6869
#include "boost/lexical_cast.hpp"
6970

7071
#ifndef LL_WINDOWS

0 commit comments

Comments
 (0)