From 81c3224076da6ad727debc6bab8a5422f7322451 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Aug 2013 12:25:08 +0200 Subject: OutputPlugin: pass config_param reference --- src/OutputPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/OutputPlugin.cxx') diff --git a/src/OutputPlugin.cxx b/src/OutputPlugin.cxx index 00901aad2..7ac97cab9 100644 --- a/src/OutputPlugin.cxx +++ b/src/OutputPlugin.cxx @@ -23,7 +23,7 @@ struct audio_output * ao_plugin_init(const struct audio_output_plugin *plugin, - const struct config_param *param, + const config_param ¶m, GError **error) { assert(plugin != NULL); -- cgit v1.2.3