diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-01 17:26:25 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-01 17:26:25 -0400 |
commit | e45040412c95372ee6549ea98ea04df7076dab6d (patch) | |
tree | f25b04046a0a984e98fa9a523a3e5920e7559968 /indra/newview/llappearancemgr.h | |
parent | 39308422f153b5aada2a8f1c18689b7b40587d70 (diff) |
Cleanup and consolidation
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 7b39a13a72..5e1ce55fbd 100644 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -53,6 +53,7 @@ public: void updateCOF(const LLUUID& category, bool append = false); void wearInventoryCategory(LLInventoryCategory* category, bool copy, bool append); void wearInventoryCategoryOnAvatar(LLInventoryCategory* category, bool append); + void wearCategoryFinal(LLUUID& cat_id, bool copy_items, bool append); void wearOutfitByName(const std::string& name); void changeOutfit(bool proceed, const LLUUID& category, bool append); |