diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2016-01-04 01:16:32 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2016-01-04 01:16:32 +0000 |
| commit | 9f2f44ceeb195c67fbbf0953f03c530f6f1e59d4 (patch) | |
| tree | 1a3cc0a2c3d432ddf9ffc14f06bd43e8097fc93c /contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h | |
| parent | 0a97e59728ecf251d065745cb716ffe32b24aa28 (diff) | |
| parent | 3bd2e91faeb9eeec1aae82c64a3253afff551cfd (diff) | |
Notes
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h')
| -rw-r--r-- | contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h b/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h index 3bc9b3537db7..d77b32a2fd4d 100644 --- a/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h +++ b/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h @@ -13,7 +13,6 @@ // C Includes // C++ Includes - // Other libraries and framework includes // Project includes @@ -33,11 +32,9 @@ class CommandObjectWatchpointCommand : public CommandObjectMultiword public: CommandObjectWatchpointCommand (CommandInterpreter &interpreter); - virtual - ~CommandObjectWatchpointCommand (); - + ~CommandObjectWatchpointCommand() override; }; } // namespace lldb_private -#endif // liblldb_CommandObjectWatchpointCommand_h_ +#endif // liblldb_CommandObjectWatchpointCommand_h_ |
