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