diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-11-03 12:22:31 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-11-03 12:22:31 -0500 |
commit | 9109809fb18968edfcd8e8f01428309fcc2e7578 (patch) | |
tree | e864c3bd873d637fe2796fc52e0e85a614726ece /indra/newview/llappearancemgr.h | |
parent | 7add9de18f3964f0c52f68931bfcb88b9f81966c (diff) |
For EXT-1591: Current Outfit Folder contains duplicate attachment items after relog.
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rw-r--r-- | indra/newview/llappearancemgr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index 45c6e23bae..56f54dfc23 100644 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -70,7 +70,7 @@ public: static void dumpItemArray(const LLInventoryModel::item_array_t& items, const std::string& msg); static void unregisterAttachment(const LLUUID& item_id); static void registerAttachment(const LLUUID& item_id); - + static void setAttachmentInvLinkEnable(bool val); private: static void filterWearableItems(LLInventoryModel::item_array_t& items, S32 max_per_type); @@ -99,6 +99,7 @@ private: static void purgeCategory(const LLUUID& category, bool keep_outfit_links); static std::set<LLUUID> sRegisteredAttachments; + static bool sAttachmentInvLinkEnabled; }; |