summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectCall.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectCall.h')
-rw-r--r--lldb/source/Commands/CommandObjectCall.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lldb/source/Commands/CommandObjectCall.h b/lldb/source/Commands/CommandObjectCall.h
index 6cd09c4465e..1a5ae1db1e2 100644
--- a/lldb/source/Commands/CommandObjectCall.h
+++ b/lldb/source/Commands/CommandObjectCall.h
@@ -66,9 +66,8 @@ public:
virtual bool
- Execute (Args& command,
- CommandContext *context,
- CommandInterpreter *interpreter,
+ Execute (CommandInterpreter &interpreter,
+ Args& command,
CommandReturnObject &result);
virtual bool
OpenPOWER on IntegriCloud