From 1fb7e202d968912850c816fa56ced2579221dc06 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Wed, 2 Sep 2015 09:33:09 +0000 Subject: Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards patch by Eugene Zelenko. Differential Revision: http://reviews.llvm.org/D12207 llvm-svn: 246628 --- lldb/source/Commands/CommandObjectWatchpoint.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lldb/source/Commands/CommandObjectWatchpoint.h') diff --git a/lldb/source/Commands/CommandObjectWatchpoint.h b/lldb/source/Commands/CommandObjectWatchpoint.h index 1b1ebd7764a..b1926dc2ad7 100644 --- a/lldb/source/Commands/CommandObjectWatchpoint.h +++ b/lldb/source/Commands/CommandObjectWatchpoint.h @@ -30,14 +30,12 @@ class CommandObjectMultiwordWatchpoint : public CommandObjectMultiword public: CommandObjectMultiwordWatchpoint (CommandInterpreter &interpreter); - virtual - ~CommandObjectMultiwordWatchpoint (); + ~CommandObjectMultiwordWatchpoint() override; static bool VerifyWatchpointIDs(Target *target, Args &args, std::vector &wp_ids); - }; } // namespace lldb_private -#endif // liblldb_CommandObjectWatchpoint_h_ +#endif // liblldb_CommandObjectWatchpoint_h_ -- cgit v1.2.3