diff options
Diffstat (limited to 'indra/newview/lloutfitgallery.h')
-rw-r--r-- | indra/newview/lloutfitgallery.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/lloutfitgallery.h b/indra/newview/lloutfitgallery.h index ce3964ca1d..e9b0fecae7 100644 --- a/indra/newview/lloutfitgallery.h +++ b/indra/newview/lloutfitgallery.h @@ -46,11 +46,10 @@ class LLOutfitGalleryGearMenu; class LLUpdateGalleryOnPhotoLinked : public LLInventoryCallback { public: - LLUpdateGalleryOnPhotoLinked(LLOutfitGallery* gallery) : mGallery(gallery) {} + LLUpdateGalleryOnPhotoLinked(){} virtual ~LLUpdateGalleryOnPhotoLinked(){} /* virtual */ void fire(const LLUUID& inv_item_id); private: - LLOutfitGallery* mGallery; }; class LLOutfitGallery : public LLOutfitListBase |