summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.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/llappearancemgr.h
parentce65bc2f13409d75dbc6502c970030cc5ed2e5ad (diff)
SL-15241: Tweak viewer sources to permit compiling on Mac with C++17.
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rw-r--r--indra/newview/llappearancemgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h
index 8a55a848db..a5265a392f 100644
--- a/indra/newview/llappearancemgr.h
+++ b/indra/newview/llappearancemgr.h
@@ -276,7 +276,7 @@ private:
LLUUID mCOFImageID;
- std::auto_ptr<LLOutfitUnLockTimer> mUnlockOutfitTimer;
+ std::unique_ptr<LLOutfitUnLockTimer> mUnlockOutfitTimer;
// Set of temp attachment UUIDs that should be removed
typedef std::set<LLUUID> doomed_temp_attachments_t;