mirror of
https://github.com/FirestormViewer/phoenix-firestorm.git
synced 2026-08-14 00:48:30 +00:00
Fixed two compilation errors on macOS
This commit is contained in:
@@ -197,7 +197,7 @@ void LLPanelDirLand::performQuery()
|
||||
if (list)
|
||||
{
|
||||
std::string sort_name = list->getSortColumnName();
|
||||
BOOL sort_asc = list->getSortAscending();
|
||||
bool sort_asc = list->getSortAscending();
|
||||
|
||||
if (sort_name == "name")
|
||||
{
|
||||
|
||||
@@ -142,7 +142,7 @@ bool LLPanelEventInfo::processEventInfoReply(LLEventInfo event)
|
||||
const auto region_handle = to_region_handle(event.mPosGlobal);
|
||||
LLWorldMapMessage::getInstance()->sendHandleRegionRequest(
|
||||
region_handle,
|
||||
[=](U64 requested_region_handle, const std::string&, const LLUUID&, bool)
|
||||
[=, this](U64 requested_region_handle, const std::string&, const LLUUID&, bool)
|
||||
{
|
||||
if (region_handle != requested_region_handle)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user