Minor compile fixes: move a declaration out of a namespace, add an include
This commit is contained in:
@@ -360,6 +360,8 @@ static void cmd_toggle_mark(LLAvatarListEntry* entry)
|
|||||||
static void cmd_ar(const LLAvatarListEntry* entry);
|
static void cmd_ar(const LLAvatarListEntry* entry);
|
||||||
static void cmd_teleport(const LLAvatarListEntry* entry);
|
static void cmd_teleport(const LLAvatarListEntry* entry);
|
||||||
|
|
||||||
|
const LLUUID& active_owner_or_id(const LLSD& userdata);
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
typedef LLMemberListener<LLView> view_listener_t;
|
typedef LLMemberListener<LLView> view_listener_t;
|
||||||
@@ -376,7 +378,6 @@ namespace
|
|||||||
{
|
{
|
||||||
bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata) override
|
bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata) override
|
||||||
{
|
{
|
||||||
const LLUUID& active_owner_or_id(const LLSD& userdata);
|
|
||||||
LLFloaterAvatarList::setFocusAvatar(active_owner_or_id(userdata));
|
LLFloaterAvatarList::setFocusAvatar(active_owner_or_id(userdata));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -66,6 +66,7 @@
|
|||||||
#include "lluploadfloaterobservers.h"
|
#include "lluploadfloaterobservers.h"
|
||||||
#include "aicurl.h"
|
#include "aicurl.h"
|
||||||
|
|
||||||
|
#include <mutex>
|
||||||
#include "boost/lexical_cast.hpp"
|
#include "boost/lexical_cast.hpp"
|
||||||
|
|
||||||
#ifndef LL_WINDOWS
|
#ifndef LL_WINDOWS
|
||||||
|
|||||||
Reference in New Issue
Block a user