Fixed two compilation errors on macOS

This commit is contained in:
Hecklezz
2025-12-09 06:46:22 +10:00
parent 7c01031c3a
commit a4d37094a6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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")
{
+1 -1
View File
@@ -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;