From c5f714def80d22d219216fa5e58ea50ffad538e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Fri, 11 Oct 2019 14:40:38 -0400 Subject: [PATCH] Fix build on Linux Thanks for the heads up and testing, Damian --- indra/newview/llfloaterland.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp index 0a155db3d..df031e4d8 100644 --- a/indra/newview/llfloaterland.cpp +++ b/indra/newview/llfloaterland.cpp @@ -622,7 +622,7 @@ void LLPanelLandGeneral::refresh() bool group_owned = parcel->getIsGroupOwned(); // Is it owned? - mTextOwner->setValue(is_public ? LLUUID::null : LLSD().with("id", owner_id).with("group", group_owned)); + mTextOwner->setValue(is_public ? LLSD(LLUUID::null) : LLSD().with("id", owner_id).with("group", group_owned)); mTextGroup->setValue(is_public ? LLUUID::null : group_id); if (is_public) {