aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer/MixerControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mixer/MixerControl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/MixerControl.hxx b/src/mixer/MixerControl.hxx
index 8be4e9f63..cc2ccc087 100644
--- a/src/mixer/MixerControl.hxx
+++ b/src/mixer/MixerControl.hxx
@@ -32,7 +32,7 @@ struct MixerPlugin;
struct config_param;
Mixer *
-mixer_new(EventLoop &event_loop, const MixerPlugin *plugin, void *ao,
+mixer_new(EventLoop &event_loop, const MixerPlugin &plugin, void *ao,
const config_param &param,
Error &error);