diff options
author | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2016-02-05 20:26:07 +0200 |
---|---|---|
committer | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2016-02-05 20:26:07 +0200 |
commit | 6b3394967a978e9f030dbe15ea6afb85b32d0f9f (patch) | |
tree | 9a229896f3a756816a50d44d57911c5aa48410ae /indra/newview/lloutfitslist.h | |
parent | 12608244387c3247adb759f221da99eb823f53c4 (diff) | |
parent | 5b76576a5a4bde9ae21c080bd612e84d6130ac99 (diff) |
MAINT-5194 Visual Outfit Browser
Merge with changes for Mac
Diffstat (limited to 'indra/newview/lloutfitslist.h')
-rwxr-xr-x | indra/newview/lloutfitslist.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/lloutfitslist.h b/indra/newview/lloutfitslist.h index f4b02991e5..9495866d73 100755 --- a/indra/newview/lloutfitslist.h +++ b/indra/newview/lloutfitslist.h @@ -76,7 +76,7 @@ public: void computeDifference(const LLInventoryModel::cat_array_t& vcats, uuid_vec_t& vadded, uuid_vec_t& vremoved); // highlights currently worn outfit in list and unhighlights previously worn void highlightBaseOutfit(); - void ñhangeOutfitSelection(LLWearableItemsList* list, const LLUUID& category_id); + void ChangeOutfitSelection(LLWearableItemsList* list, const LLUUID& category_id); virtual void getCurrentCategories(uuid_vec_t& vcur) = 0; @@ -153,7 +153,8 @@ class LLOutfitListGearMenuBase { public: LLOutfitListGearMenuBase(LLOutfitListBase* olist); - + virtual ~LLOutfitListGearMenuBase(); + void updateItemsVisibility(); LLToggleableMenu* getMenu(); @@ -183,6 +184,7 @@ class LLOutfitListGearMenu : public LLOutfitListGearMenuBase { public: LLOutfitListGearMenu(LLOutfitListBase* olist); + virtual ~LLOutfitListGearMenu(); protected: /*virtual*/ void onUpdateItemsVisibility(); |