summaryrefslogtreecommitdiff
path: root/indra/newview/llsaveoutfitcombobtn.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llsaveoutfitcombobtn.h')
-rw-r--r--indra/newview/llsaveoutfitcombobtn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llsaveoutfitcombobtn.h b/indra/newview/llsaveoutfitcombobtn.h
index afd10316b5..fec7122194 100644
--- a/indra/newview/llsaveoutfitcombobtn.h
+++ b/indra/newview/llsaveoutfitcombobtn.h
@@ -34,8 +34,8 @@
#define LL_LLSAVEOUTFITCOMBOBTN_H
class LLButton;
-class LLToggleableMenu;
+#include "lltoggleablemenu.h"
/**
* Represents outfit Save/Save As combo button.
@@ -54,7 +54,7 @@ public:
private:
bool mSaveAsDefaultAction;
LLPanel* mParent;
- std::auto_ptr<LLToggleableMenu> mSaveMenu;
+ LLToggleableMenu* mSaveMenu;
};
#endif // LL_LLSAVEOUTFITCOMBOBTN_H