diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-07-18 11:26:39 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-07-18 11:26:39 +0300 |
commit | 799f21616ca80962bd26a889814b2a5cfa882c46 (patch) | |
tree | e3a817b420839f79649d081ecdd0f018c159326b /indra/newview/llagentwearables.h | |
parent | 32e8646e7ad79e127cc1f2faa675da6bdcfbef0f (diff) |
MAINT-6520 Add a way to see worn temp attachments.
Diffstat (limited to 'indra/newview/llagentwearables.h')
-rw-r--r-- | indra/newview/llagentwearables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llagentwearables.h b/indra/newview/llagentwearables.h index 1004482020..b27698fd8f 100644 --- a/indra/newview/llagentwearables.h +++ b/indra/newview/llagentwearables.h @@ -185,6 +185,8 @@ public: static void userRemoveMultipleAttachments(llvo_vec_t& llvo_array); static void userAttachMultipleAttachments(LLInventoryModel::item_array_t& obj_item_array); + static llvo_vec_t getTempAttachments(); + //-------------------------------------------------------------------- // Signals //-------------------------------------------------------------------- |