diff options
author | Max Kellermann <max@musicpd.org> | 2017-01-25 23:06:12 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-01-26 09:26:25 +0100 |
commit | 3854211694c5e2c71a2e3ff2a0f141814169d5dc (patch) | |
tree | 7dbaa15438de862ade6f2edab2ec982c42505e9e /test/run_input.cxx | |
parent | 58ac72f79d94ed3813450d5a8eb489aefa2ce64b (diff) |
input/Plugin: pass EventLoop& to init()
Eliminate dependency on io_thread_get().
Diffstat (limited to 'test/run_input.cxx')
-rw-r--r-- | test/run_input.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_input.cxx b/test/run_input.cxx index 85e52d941..125e909c6 100644 --- a/test/run_input.cxx +++ b/test/run_input.cxx @@ -47,7 +47,7 @@ public: #ifdef ENABLE_ARCHIVE archive_plugin_init_all(); #endif - input_stream_global_init(); + input_stream_global_init(io_thread_get()); } ~GlobalInit() { |