summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneloutfitsinventory.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2021-05-07 20:32:04 -0400
committerNat Goodspeed <nat@lindenlab.com>2021-05-07 20:32:04 -0400
commit26fb5d7af70f20c9a125575e1d93f7ff4bcd4f3c (patch)
tree2eefde15cd779dfb8398f774c63c2d5b1cbcdfc9 /indra/newview/llpaneloutfitsinventory.h
parentce65bc2f13409d75dbc6502c970030cc5ed2e5ad (diff)
SL-15241: Tweak viewer sources to permit compiling on Mac with C++17.
Diffstat (limited to 'indra/newview/llpaneloutfitsinventory.h')
-rw-r--r--indra/newview/llpaneloutfitsinventory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpaneloutfitsinventory.h b/indra/newview/llpaneloutfitsinventory.h
index 6a0ea04fa6..fea789c04c 100644
--- a/indra/newview/llpaneloutfitsinventory.h
+++ b/indra/newview/llpaneloutfitsinventory.h
@@ -65,7 +65,7 @@ protected:
private:
LLTabContainer* mAppearanceTabs;
std::string mFilterSubString;
- std::auto_ptr<LLSaveOutfitComboBtn> mSaveComboBtn;
+ std::unique_ptr<LLSaveOutfitComboBtn> mSaveComboBtn;
//////////////////////////////////////////////////////////////////////////////////
// tab panels //