summaryrefslogtreecommitdiff
path: root/indra/newview/lloutfitslist.h
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-08-18 18:02:25 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-08-18 18:02:25 +0300
commitb65bf3f2472be7a29a3704044aac750f00d31050 (patch)
tree5914a94d95376f1d2a83045788ac7f604a86cb6c /indra/newview/lloutfitslist.h
parentf083886a003d2360443e4c34c6c1cdc6a1ad329f (diff)
parentb5a8534116a89f79ab3b76cde3880bff5c998eeb (diff)
Merge from default branch
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/lloutfitslist.h')
-rw-r--r--indra/newview/lloutfitslist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/lloutfitslist.h b/indra/newview/lloutfitslist.h
index 206854b232..4613bdfeb9 100644
--- a/indra/newview/lloutfitslist.h
+++ b/indra/newview/lloutfitslist.h
@@ -214,6 +214,10 @@ private:
typedef outfits_map_t::value_type outfits_map_value_t;
outfits_map_t mOutfitsMap;
+ // IDs of original items which are worn and linked in COF.
+ // Used to monitor COF changes for updating items worn state. See EXT-8636.
+ uuid_vec_t mCOFLinkedItems;
+
LLOutfitListGearMenu* mGearMenu;
LLListContextMenu* mOutfitMenu;