diff options
| author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2023-10-17 12:01:03 +0200 |
|---|---|---|
| committer | Guru <alexandrgproductengine@lindenlab.com> | 2023-10-17 15:31:21 +0200 |
| commit | 633865320aee0b2e1c615f2d5a772e5ddc3d9ae2 (patch) | |
| tree | 7dbccaef007a0c512b4bd7f232c344436fc241ec /indra/newview/llavatarpropertiesprocessor.h | |
| parent | 70956fb2dbc42501d27a474e3f80003d591ee646 (diff) | |
SL-20163 Rename hide_sl_age to hide_age
Diffstat (limited to 'indra/newview/llavatarpropertiesprocessor.h')
| -rw-r--r-- | indra/newview/llavatarpropertiesprocessor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llavatarpropertiesprocessor.h b/indra/newview/llavatarpropertiesprocessor.h index c2347b9e35..0f8b1dd130 100644 --- a/indra/newview/llavatarpropertiesprocessor.h +++ b/indra/newview/llavatarpropertiesprocessor.h @@ -85,8 +85,8 @@ struct LLAvatarData std::string profile_url; U8 caption_index; std::string caption_text; - std::string customer_type; - bool hide_sl_age; + std::string customer_type; + bool hide_age; U32 flags; }; |
