diff options
Diffstat (limited to 'indra/newview/llavatarpropertiesprocessor.h')
-rw-r--r-- | indra/newview/llavatarpropertiesprocessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llavatarpropertiesprocessor.h b/indra/newview/llavatarpropertiesprocessor.h index 0f8b1dd130..57e492f810 100644 --- a/indra/newview/llavatarpropertiesprocessor.h +++ b/indra/newview/llavatarpropertiesprocessor.h @@ -86,8 +86,8 @@ struct LLAvatarData U8 caption_index; std::string caption_text; std::string customer_type; - bool hide_age; U32 flags; + bool hide_age; }; struct LLAvatarPicks |