summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-04-14 09:46:37 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-04-14 09:46:37 +0100
commit13fdc6e45887fc99031b1267559912837ed1251e (patch)
treee0d4c37dad92181929062469108cc16e504d6d25 /indra/newview/llappearancemgr.h
parentd7e4fa17e80072d609aaadaf060ee8f51f1069eb (diff)
parent93317037ee4ed4aa7155ae9253800f8977224f73 (diff)
merge from PE's viewer-trunk
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rw-r--r--indra/newview/llappearancemgr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h
index 2e5db7aa9b..7e35919892 100644
--- a/indra/newview/llappearancemgr.h
+++ b/indra/newview/llappearancemgr.h
@@ -135,6 +135,9 @@ public:
// @return false if there is no base outfit
bool updateBaseOutfit();
+ //Remove clothing or detach an object from the agent (a bodypart cannot be removed)
+ void removeItemFromAvatar(const LLUUID& item_id);
+
protected:
LLAppearanceMgr();
~LLAppearanceMgr();