Fix dumb build warning on windows

This commit is contained in:
Liru Færs
2020-02-25 03:27:37 -05:00
parent e78061b077
commit 6a2421e2e7

View File

@@ -9099,6 +9099,7 @@ const std::string get_obj_owner_slurl(const LLUUID& obj_id, const std::string& n
owner = obj->owner_id;
group_owned = owner == obj->group_id;
}
else return name;
}
else
{