diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-08-20 18:11:07 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-08-20 18:11:07 -0400 |
commit | 2db20dd01b12be830e8b5ac58172e9963b73eba1 (patch) | |
tree | 85777f0ed4a32e5521ec62dc7532d9d9ce5dc82b /indra/newview/llappearancemgr.h | |
parent | 3a255dfa7980bf20590b4a65a8cf916e57a998b6 (diff) |
SH-3625 WIP - removeItem(s)FromAvatar use updateAppearanceFromCOF. Some but not all remove code goes through these.
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rwxr-xr-x | 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 742833211a..c0f41075aa 100755 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -165,6 +165,7 @@ public: bool updateBaseOutfit(); //Remove clothing or detach an object from the agent (a bodypart cannot be removed) + void removeItemsFromAvatar(const uuid_vec_t& item_ids); void removeItemFromAvatar(const LLUUID& item_id); |