diff options
author | Jonathan Yap <none@none> | 2011-12-17 13:27:20 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2011-12-17 13:27:20 -0500 |
commit | 399bd5643cdec65b98b76556b16e3a00df6db1b2 (patch) | |
tree | d2ae04868bf883aa33c8d69cd671ed464171d049 /indra/newview/llcofwearables.h | |
parent | b015ab4bd2296f86145e9567867227446cd1e10e (diff) |
STORM-653 As a user i would like to be able to see the available number of attachments and remaining free slots.
Diffstat (limited to 'indra/newview/llcofwearables.h')
-rw-r--r-- | indra/newview/llcofwearables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llcofwearables.h b/indra/newview/llcofwearables.h index 1f8d6d0c94..9957d6a64e 100644 --- a/indra/newview/llcofwearables.h +++ b/indra/newview/llcofwearables.h @@ -91,6 +91,8 @@ public: */ void selectClothing(LLWearableType::EType clothing_type); + void setAttachmentsTitle(); + protected: void populateAttachmentsAndBodypartsLists(const LLInventoryModel::item_array_t& cof_items); |