diff options
-rw-r--r-- | lldb/include/lldb/API/SBValueList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/API/SBValueList.h b/lldb/include/lldb/API/SBValueList.h index 4bf5967f5c6..503c7999f71 100644 --- a/lldb/include/lldb/API/SBValueList.h +++ b/lldb/include/lldb/API/SBValueList.h @@ -86,7 +86,7 @@ private: ValueListImpl & ref (); - std::auto_ptr<ValueListImpl> m_opaque_ap; + std::unique_ptr<ValueListImpl> m_opaque_ap; }; |