diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-11-12 10:28:41 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-11-12 10:28:41 -0500 |
commit | c8c0c51bf6124dfd5e837acb3770239e1c0654f5 (patch) | |
tree | de364507402e84510282b477bdf6969449d894c4 /indra/newview/llappearancemgr.h | |
parent | 95adfa4cacb68e21b7251882feffbc7cb50b4438 (diff) | |
parent | 9245322706e6d7d00b7e91d8fd6167c58986e872 (diff) |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rw-r--r-- | indra/newview/llappearancemgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index 56f54dfc23..7dea16b6cf 100644 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -71,6 +71,7 @@ public: static void unregisterAttachment(const LLUUID& item_id); static void registerAttachment(const LLUUID& item_id); static void setAttachmentInvLinkEnable(bool val); + static void linkRegisteredAttachments(); private: static void filterWearableItems(LLInventoryModel::item_array_t& items, S32 max_per_type); |