From e81d9d49145e432d917eea3a70d2ae74dcad1d89 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 30 Dec 2015 11:55:28 +0000 Subject: Vendor import of stripped lldb trunk r256633: https://llvm.org/svn/llvm-project/lldb/trunk@256633 --- source/Commands/CommandObjectCommands.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'source/Commands/CommandObjectCommands.h') diff --git a/source/Commands/CommandObjectCommands.h b/source/Commands/CommandObjectCommands.h index 8a56e8dae6ffd..c12c71051ffe5 100644 --- a/source/Commands/CommandObjectCommands.h +++ b/source/Commands/CommandObjectCommands.h @@ -30,11 +30,9 @@ public: CommandObjectMultiwordCommands (CommandInterpreter &interpreter); - virtual - ~CommandObjectMultiwordCommands (); - + ~CommandObjectMultiwordCommands() override; }; } // namespace lldb_private -#endif // liblldb_CommandObjectCommands_h_ +#endif // liblldb_CommandObjectCommands_h_ -- cgit v1.2.3