diff options
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Commands/CommandObjectApropos.h')
-rw-r--r-- | contrib/llvm/tools/lldb/source/Commands/CommandObjectApropos.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/contrib/llvm/tools/lldb/source/Commands/CommandObjectApropos.h b/contrib/llvm/tools/lldb/source/Commands/CommandObjectApropos.h index f515417..d04620b 100644 --- a/contrib/llvm/tools/lldb/source/Commands/CommandObjectApropos.h +++ b/contrib/llvm/tools/lldb/source/Commands/CommandObjectApropos.h @@ -28,17 +28,14 @@ public: CommandObjectApropos (CommandInterpreter &interpreter); - virtual - ~CommandObjectApropos (); + ~CommandObjectApropos() override; protected: - virtual bool - DoExecute (Args& command, - CommandReturnObject &result); - - + bool + DoExecute(Args& command, + CommandReturnObject &result) override; }; } // namespace lldb_private -#endif // liblldb_CommandObjectApropos_h_ +#endif // liblldb_CommandObjectApropos_h_ |