aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer/MixerControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixer/MixerControl.hxx')
-rw-r--r--src/mixer/MixerControl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mixer/MixerControl.hxx b/src/mixer/MixerControl.hxx
index 3f8e11e86..8ffc683f4 100644
--- a/src/mixer/MixerControl.hxx
+++ b/src/mixer/MixerControl.hxx
@@ -27,11 +27,12 @@
class Error;
class Mixer;
+class EventLoop;
struct mixer_plugin;
struct config_param;
Mixer *
-mixer_new(const mixer_plugin *plugin, void *ao,
+mixer_new(EventLoop &event_loop, const mixer_plugin *plugin, void *ao,
const config_param &param,
Error &error);