diff options
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.cpp')
-rw-r--r-- | contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.cpp b/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.cpp index f171d2f..3d00cb8 100644 --- a/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.cpp +++ b/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.cpp @@ -43,7 +43,7 @@ public: m_option_group.Finalize(); } - ~CommandObjectBugreportUnwind() + ~CommandObjectBugreportUnwind() override { } |