Skip to content

Commit

Permalink
Update src/control.h
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rakshasa and github-actions[bot] authored Jan 18, 2025
1 parent 4763fd9 commit 705681b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control.h
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down

0 comments on commit 705681b

Please sign in to comment.