diff options
Diffstat (limited to 'indra/newview/llsaveoutfitcombobtn.h')
-rw-r--r-- | indra/newview/llsaveoutfitcombobtn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsaveoutfitcombobtn.h b/indra/newview/llsaveoutfitcombobtn.h index d505c4bebe..fec7122194 100644 --- a/indra/newview/llsaveoutfitcombobtn.h +++ b/indra/newview/llsaveoutfitcombobtn.h @@ -54,7 +54,7 @@ public: private: bool mSaveAsDefaultAction; LLPanel* mParent; - std::auto_ptr<LLToggleableMenu> mSaveMenu; + LLToggleableMenu* mSaveMenu; }; #endif // LL_LLSAVEOUTFITCOMBOBTN_H |