diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-22 20:47:04 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-22 20:47:04 +0300 |
commit | 59b10c2cbcb3bbe8b88cd9c7dba17b0e28d56a9b (patch) | |
tree | 01ea2f4f069f94c44e21116fc49e31de489c07b8 /indra/newview/llremoteparcelrequest.h | |
parent | 4043636c59da428e96ac32de7399e438f32a1ad3 (diff) |
SL-12335 Show parcel owner's name and icon in landmarks
Diffstat (limited to 'indra/newview/llremoteparcelrequest.h')
-rw-r--r-- | indra/newview/llremoteparcelrequest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llremoteparcelrequest.h b/indra/newview/llremoteparcelrequest.h index 5b0d189137..70c117be44 100644 --- a/indra/newview/llremoteparcelrequest.h +++ b/indra/newview/llremoteparcelrequest.h @@ -45,7 +45,7 @@ struct LLParcelData std::string desc; S32 actual_area; S32 billable_area; - U8 flags; + U8 flags; // group owned, maturity F32 global_x; F32 global_y; F32 global_z; |