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, 3 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectApropos.h b/lldb/source/Commands/CommandObjectApropos.h
index 5a3949e4ba1..f5154177bb2 100644
--- a/lldb/source/Commands/CommandObjectApropos.h
+++ b/lldb/source/Commands/CommandObjectApropos.h
@@ -22,7 +22,7 @@ namespace lldb_private {
// CommandObjectApropos
//-------------------------------------------------------------------------
-class CommandObjectApropos : public CommandObject
+class CommandObjectApropos : public CommandObjectParsed
{
public:
@@ -31,8 +31,9 @@ public:
virtual
~CommandObjectApropos ();
+protected:
virtual bool
- Execute (Args& command,
+ DoExecute (Args& command,
CommandReturnObject &result);
OpenPOWER on IntegriCloud