diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2019-11-20 20:23:33 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2019-11-20 20:23:33 +0000 |
commit | 5eecc6cad91136434b2cd22202392afbd5e37f25 (patch) | |
tree | 9fc7e9752014fc79113bcb3f627ce7ab090450f2 /indra/newview/llagentbenefits.h | |
parent | 4300b204f0fc519d3e2dabc7e1296284e5908611 (diff) |
SL-10499 - Added picks_limit to benefits info. Will be needed in profiles eventually.
Diffstat (limited to 'indra/newview/llagentbenefits.h')
-rw-r--r-- | indra/newview/llagentbenefits.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llagentbenefits.h b/indra/newview/llagentbenefits.h index 9338bc1c26..680b1e7b07 100644 --- a/indra/newview/llagentbenefits.h +++ b/indra/newview/llagentbenefits.h @@ -44,6 +44,7 @@ public: S32 getAttachmentLimit() const; S32 getCreateGroupCost() const; S32 getGroupMembershipLimit() const; + S32 getPicksLimit() const; S32 getSoundUploadCost() const; S32 getTextureUploadCost() const; @@ -55,6 +56,7 @@ private: S32 m_attachment_limit; S32 m_create_group_cost; S32 m_group_membership_limit; + S32 m_picks_limit; S32 m_sound_upload_cost; S32 m_texture_upload_cost; |