diff options
author | Loren Shih <seraph@lindenlab.com> | 2009-11-13 17:48:11 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2009-11-13 17:48:11 -0500 |
commit | 0ce8ce50d8ec1d7575209a1de15527f060c8c0f6 (patch) | |
tree | 9fc52b0bba5c94f099df51f2c08fd925d4aec866 /indra/newview/llappearancemgr.h | |
parent | acdce232994fce7edf9a67a360db2368c5ad6594 (diff) | |
parent | cc72b78b5f54885b5a55b934c86eccb137d07887 (diff) |
merge
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rw-r--r-- | indra/newview/llappearancemgr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index 736dabea31..88d3320d1f 100644 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -54,10 +54,10 @@ public: void changeOutfit(bool proceed, const LLUUID& category, bool append); // Add COF link to individual item. - void wearItem(LLInventoryItem* item, bool do_update = true); + void addItemLink(LLInventoryItem* item, bool do_update = true); // Add COF link to ensemble folder. - void wearEnsemble(LLInventoryCategory* item, bool do_update = true); + void addEnsembleLink(LLInventoryCategory* item, bool do_update = true); // Copy all items in a category. void shallowCopyCategory(const LLUUID& src_id, const LLUUID& dst_id, |