From 66b75430a93929d6fc6ed63db14ca28e3ad5b1f6 Mon Sep 17 00:00:00 2001 From: dim 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/CommandObjectMemory.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'source/Commands/CommandObjectMemory.h') diff --git a/source/Commands/CommandObjectMemory.h b/source/Commands/CommandObjectMemory.h index b044921..cf5b441 100644 --- a/source/Commands/CommandObjectMemory.h +++ b/source/Commands/CommandObjectMemory.h @@ -23,11 +23,9 @@ class CommandObjectMemory : public CommandObjectMultiword public: CommandObjectMemory (CommandInterpreter &interpreter); - virtual - ~CommandObjectMemory (); + ~CommandObjectMemory() override; }; - } // namespace lldb_private -#endif // liblldb_CommandObjectMemory_h_ +#endif // liblldb_CommandObjectMemory_h_ -- cgit v1.1