diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-07-16 16:40:29 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-07-16 16:40:29 +0300 |
commit | 97a43e303b1dc0d2a6ca21c95555527b89d271b8 (patch) | |
tree | 08955536d1fafbe3c00f260b9786b7bec01fa617 /indra/newview/llagentwearables.h | |
parent | a97485fa60f1b1f29d8109b79450ab993880529c (diff) | |
parent | 565d5dc1a9a4617874710ce7ede82a30c203f03f (diff) |
Merge from default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llagentwearables.h')
-rw-r--r-- | indra/newview/llagentwearables.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llagentwearables.h b/indra/newview/llagentwearables.h index 8122971db6..f3457363a0 100644 --- a/indra/newview/llagentwearables.h +++ b/indra/newview/llagentwearables.h @@ -206,7 +206,8 @@ private: //-------------------------------------------------------------------- public: void saveWearableAs(const LLWearableType::EType type, const U32 index, const std::string& new_name, BOOL save_in_lost_and_found); - void saveWearable(const LLWearableType::EType type, const U32 index, BOOL send_update = TRUE); + void saveWearable(const LLWearableType::EType type, const U32 index, BOOL send_update = TRUE, + const std::string new_name = ""); void saveAllWearables(); void revertWearable(const LLWearableType::EType type, const U32 index); |