summaryrefslogtreecommitdiff
path: root/indra/newview/llagentbenefits.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llagentbenefits.h')
-rw-r--r--indra/newview/llagentbenefits.h2
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;