diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-12-23 15:15:49 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-12-23 15:15:49 -0500 |
commit | 5c8b2deb82cfe753d6fe25e418f99f05d76e0b73 (patch) | |
tree | 23519ec1ae0eb3f9396b1e977d08449d23e703fa /indra/newview/llinventorybridge.h | |
parent | 55c1f18c8d70304653d21373d3b71130123945b2 (diff) |
For EXT-3622: Take off item, wear a different item --> first item is put on again. Fixed the 'remove all clothing' case.
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index c93fc85a7d..cc1fa45b26 100644 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -574,6 +574,7 @@ public: static void onRemoveFromAvatar( void* userdata ); static void onRemoveFromAvatarArrived( LLWearable* wearable, void* userdata ); static void removeItemFromAvatar(LLViewerInventoryItem *item); + static void removeAllClothesFromAvatar(); void removeFromAvatar(); protected: |