summaryrefslogtreecommitdiff
path: root/indra/newview/lloutfitslist.h
diff options
context:
space:
mode:
authorpavelkproductengine <none@none>2016-02-04 18:56:04 +0200
committerpavelkproductengine <none@none>2016-02-04 18:56:04 +0200
commit5b76576a5a4bde9ae21c080bd612e84d6130ac99 (patch)
tree82f741ac9df011b00033613f11b8e9126916772b /indra/newview/lloutfitslist.h
parentcdc7229e11ecab9d38a97ddc71c31b0459dd85f6 (diff)
MAINT-5194 Visual Outfit Browser
Fixed Mac specific build issues
Diffstat (limited to 'indra/newview/lloutfitslist.h')
-rwxr-xr-xindra/newview/lloutfitslist.h6
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();