summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandObjectScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Interpreter/CommandObjectScript.h')
-rw-r--r--lldb/source/Interpreter/CommandObjectScript.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/lldb/source/Interpreter/CommandObjectScript.h b/lldb/source/Interpreter/CommandObjectScript.h
index fd55fc44a46..5365aaac4cb 100644
--- a/lldb/source/Interpreter/CommandObjectScript.h
+++ b/lldb/source/Interpreter/CommandObjectScript.h
@@ -25,18 +25,16 @@ namespace lldb_private {
class CommandObjectScript : public CommandObjectRaw
{
public:
+ CommandObjectScript(CommandInterpreter &interpreter,
+ lldb::ScriptLanguage script_lang);
- CommandObjectScript (CommandInterpreter &interpreter,
- lldb::ScriptLanguage script_lang);
-
- virtual
- ~CommandObjectScript ();
+ ~CommandObjectScript() override;
protected:
- virtual bool
- DoExecute (const char *command, CommandReturnObject &result);
+ bool
+ DoExecute(const char *command, CommandReturnObject &result) override;
};
} // namespace lldb_private
-#endif // liblldb_CommandObjectScript_h_
+#endif // liblldb_CommandObjectScript_h_
OpenPOWER on IntegriCloud