aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Target/Unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Target/Unwind.h')
-rw-r--r--lldb/include/lldb/Target/Unwind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Target/Unwind.h b/lldb/include/lldb/Target/Unwind.h
index 783b7103e8fe..3faef139b00a 100644
--- a/lldb/include/lldb/Target/Unwind.h
+++ b/lldb/include/lldb/Target/Unwind.h
@@ -21,7 +21,7 @@ protected:
Unwind(Thread &thread) : m_thread(thread), m_unwind_mutex() {}
public:
- virtual ~Unwind() {}
+ virtual ~Unwind() = default;
void Clear() {
std::lock_guard<std::recursive_mutex> guard(m_unwind_mutex);