diff options
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h')
-rw-r--r-- | contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h b/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h index 72ddb96..494bcc4 100644 --- a/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h +++ b/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h @@ -28,16 +28,14 @@ public: CommandObjectGUI (CommandInterpreter &interpreter); - virtual - ~CommandObjectGUI (); + ~CommandObjectGUI() override; protected: - virtual bool - DoExecute (Args& args, - CommandReturnObject &result); - + bool + DoExecute(Args& args, + CommandReturnObject &result) override; }; } // namespace lldb_private -#endif // liblldb_CommandObjectGUI_h_ +#endif // liblldb_CommandObjectGUI_h_ |