Fix build on Linux

Thanks for the heads up and testing, Damian
This commit is contained in:
Liru Færs
2019-10-11 14:40:38 -04:00
parent fdeb194d0e
commit c5f714def8

View File

@@ -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)
{