diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-05-25 18:52:57 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-05-25 18:52:57 +0300 |
commit | 5b49f5c56e0178d1f2f655ee678a9bea58edd5d5 (patch) | |
tree | 3f3157de2dd37d0888e3200891e4867704236ed9 /indra/newview/lloutfitgallery.h | |
parent | 4d9b3cd725e053e10016a39313080c9c6c6a71c7 (diff) |
MAINT-6440 FIXED Inappropriate outfit is worn after clicking Wear button in Visual Outfit Browser
Diffstat (limited to 'indra/newview/lloutfitgallery.h')
-rw-r--r-- | indra/newview/lloutfitgallery.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lloutfitgallery.h b/indra/newview/lloutfitgallery.h index b8c7d66406..a22e86df83 100644 --- a/indra/newview/lloutfitgallery.h +++ b/indra/newview/lloutfitgallery.h @@ -89,6 +89,8 @@ public: void onSelectPhoto(LLUUID selected_outfit_id); void onTakeSnapshot(LLUUID selected_outfit_id); + void wearSelectedOutfit(); + /*virtual*/ void setFilterSubString(const std::string& string); |