summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBSection.i
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/Python/interface/SBSection.i')
-rw-r--r--lldb/scripts/Python/interface/SBSection.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/interface/SBSection.i b/lldb/scripts/Python/interface/SBSection.i
index 1ea362b5903..e4966acd18a 100644
--- a/lldb/scripts/Python/interface/SBSection.i
+++ b/lldb/scripts/Python/interface/SBSection.i
@@ -122,7 +122,7 @@ public:
private:
- std::auto_ptr<lldb_private::SectionImpl> m_opaque_ap;
+ STD_UNIQUE_PTR(lldb_private::SectionImpl) m_opaque_ap;
};
} // namespace lldb
OpenPOWER on IntegriCloud