From 5ddd4fc5a65a452dffa2d27ad6a5c04d148d6234 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Mon, 15 Jun 2020 21:15:35 -0700 Subject: [lldb/Lua] Fix override/virtual in ScriptInterpreterLua (NFC) --- lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h') diff --git a/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h b/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h index 4e92215..bcc6ab2 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h +++ b/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h @@ -25,7 +25,7 @@ public: void ExecuteInterpreterLoop() override; - virtual bool + bool LoadScriptingModule(const char *filename, bool init_session, lldb_private::Status &error, StructuredData::ObjectSP *module_sp = nullptr) override; -- cgit v1.1