diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2010-04-09 15:19:11 +0300 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2010-04-09 15:19:11 +0300 |
commit | cf31494b5053283b4d445b0c564b5e7d57af2a18 (patch) | |
tree | a1cada4d180b02adedb3b905b079f3dd4308f702 /indra/newview/llappearancemgr.h | |
parent | a7dce3f811bec56204736b6223cd67431bc20f99 (diff) |
done EXT-6688 Implement Revert button funtionality (Edit Outfit panel)
On revert the base outfit is worn
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/205/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rw-r--r-- | indra/newview/llappearancemgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index befad591bd..d67a7787d3 100644 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -129,6 +129,8 @@ public: // Create initial outfits from library. void autopopulateOutfits(); + void wearBaseOutfit(); + // Overrides the base outfit with the content from COF // @return false if there is no base outfit bool updateBaseOutfit(); |