summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectArgs.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectArgs.h')
-rw-r--r--lldb/source/Commands/CommandObjectArgs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lldb/source/Commands/CommandObjectArgs.h b/lldb/source/Commands/CommandObjectArgs.h
index 5a73460e361..70f73f041d8 100644
--- a/lldb/source/Commands/CommandObjectArgs.h
+++ b/lldb/source/Commands/CommandObjectArgs.h
@@ -47,7 +47,7 @@ namespace lldb_private {
static lldb::OptionDefinition g_option_table[];
};
- CommandObjectArgs ();
+ CommandObjectArgs (CommandInterpreter &interpreter);
virtual
~CommandObjectArgs ();
@@ -58,8 +58,7 @@ namespace lldb_private {
virtual bool
- Execute (CommandInterpreter &interpreter,
- Args& command,
+ Execute ( Args& command,
CommandReturnObject &result);
virtual bool
OpenPOWER on IntegriCloud