summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h')
-rw-r--r--contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h b/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h
index 494bcc4..c71558f 100644
--- a/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h
+++ b/contrib/llvm/tools/lldb/source/Commands/CommandObjectGUI.h
@@ -22,18 +22,14 @@ namespace lldb_private {
// CommandObjectGUI
//-------------------------------------------------------------------------
-class CommandObjectGUI : public CommandObjectParsed
-{
+class CommandObjectGUI : public CommandObjectParsed {
public:
+ CommandObjectGUI(CommandInterpreter &interpreter);
- CommandObjectGUI (CommandInterpreter &interpreter);
-
- ~CommandObjectGUI() override;
+ ~CommandObjectGUI() override;
protected:
- bool
- DoExecute(Args& args,
- CommandReturnObject &result) override;
+ bool DoExecute(Args &args, CommandReturnObject &result) override;
};
} // namespace lldb_private
OpenPOWER on IntegriCloud