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 cf5cabe3ade..5a3949e4ba1 100644
--- a/lldb/source/Commands/CommandObjectApropos.h
+++ b/lldb/source/Commands/CommandObjectApropos.h
@@ -26,14 +26,13 @@ class CommandObjectApropos : public CommandObject
{
public:
- CommandObjectApropos ();
+ CommandObjectApropos (CommandInterpreter &interpreter);
virtual
~CommandObjectApropos ();
virtual bool
- Execute (CommandInterpreter &interpreter,
- Args& command,
+ Execute (Args& command,
CommandReturnObject &result);
OpenPOWER on IntegriCloud