From a0beb5fa26e2b66d01a3b21534b848930929a333 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Aug 2013 13:43:36 +0200 Subject: MixerPlugin: pass config_param reference --- src/mixer/SoftwareMixerPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mixer/SoftwareMixerPlugin.cxx') diff --git a/src/mixer/SoftwareMixerPlugin.cxx b/src/mixer/SoftwareMixerPlugin.cxx index bb0b890ca..8a268aaf1 100644 --- a/src/mixer/SoftwareMixerPlugin.cxx +++ b/src/mixer/SoftwareMixerPlugin.cxx @@ -51,7 +51,7 @@ struct SoftwareMixer final : public Mixer { static Mixer * software_mixer_init(gcc_unused void *ao, - gcc_unused const struct config_param *param, + gcc_unused const config_param ¶m, gcc_unused GError **error_r) { return new SoftwareMixer(); -- cgit v1.2.3