diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-22 00:31:42 +0300 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-04-22 17:50:45 +0300 |
commit | 107b1d00ed5d272cd87a6ca333cd719151208eaa (patch) | |
tree | dbce2349e162ef24705c070b7190ef8ce2ec2871 /indra/newview/llavatarpropertiesprocessor.h | |
parent | 0625302f50128b308099c5100c6065810cd57596 (diff) |
SL-19636 Profile badges
Diffstat (limited to 'indra/newview/llavatarpropertiesprocessor.h')
-rw-r--r-- | indra/newview/llavatarpropertiesprocessor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llavatarpropertiesprocessor.h b/indra/newview/llavatarpropertiesprocessor.h index f778634d25..10cde35f9c 100644 --- a/indra/newview/llavatarpropertiesprocessor.h +++ b/indra/newview/llavatarpropertiesprocessor.h @@ -85,6 +85,7 @@ struct LLAvatarData std::string profile_url; U8 caption_index; std::string caption_text; + std::string customer_type; U32 flags; BOOL allow_publish; }; |