From 855f26c43d0a9346e6670f09325f1e2b4d354757 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 5 Feb 2014 17:25:47 +0100 Subject: Mixer: use reference instead of pointer for MixerPlugin --- src/mixer/MixerControl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mixer/MixerControl.hxx') 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 ¶m, Error &error); -- cgit v1.2.3