From 705681b4de943f58deed2c85b4604a7b6fd39278 Mon Sep 17 00:00:00 2001 From: Jari Sundell Date: Sun, 19 Jan 2025 03:32:13 +0900 Subject: [PATCH] Update src/control.h Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control.h b/src/control.h index 8e7a20fd2..d5b681dc8 100644 --- a/src/control.h +++ b/src/control.h @@ -103,7 +103,7 @@ class Control { rpc::CommandScheduler* command_scheduler() { return m_commandScheduler; } rpc::object_storage* object_storage() { return m_objectStorage; } - rpc::LuaEngine* lua_engine() { return m_luaEngine; } + rpc::LuaEngine* lua_engine() { return m_lua_engine; } torrent::directory_events* directory_events() { return m_directory_events; }