summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-08-20 18:11:07 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-08-20 18:11:07 -0400
commit2db20dd01b12be830e8b5ac58172e9963b73eba1 (patch)
tree85777f0ed4a32e5521ec62dc7532d9d9ce5dc82b /indra/newview/llappearancemgr.h
parent3a255dfa7980bf20590b4a65a8cf916e57a998b6 (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-xindra/newview/llappearancemgr.h1
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);