Skip to content

Commit

Permalink
Minor compile fixes: move a declaration out of a namespace, add an in…
Browse files Browse the repository at this point in the history
…clude
  • Loading branch information
RouterGray committed Mar 23, 2020
1 parent 8c6e614 commit a9b047b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion indra/newview/llfloateravatarlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ static void cmd_toggle_mark(LLAvatarListEntry* entry)
static void cmd_ar(const LLAvatarListEntry* entry);
static void cmd_teleport(const LLAvatarListEntry* entry);

const LLUUID& active_owner_or_id(const LLSD& userdata);

namespace
{
typedef LLMemberListener<LLView> view_listener_t;
Expand All @@ -376,7 +378,6 @@ namespace
{
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));
return true;
}
Expand Down
1 change: 1 addition & 0 deletions indra/newview/llmeshrepository.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
#include "lluploadfloaterobservers.h"
#include "aicurl.h"

#include <mutex>
#include "boost/lexical_cast.hpp"

#ifndef LL_WINDOWS
Expand Down

0 comments on commit a9b047b

Please sign in to comment.