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/OutputInternal.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/OutputInternal.hxx') diff --git a/src/OutputInternal.hxx b/src/OutputInternal.hxx index b23ec95b6..20e48279f 100644 --- a/src/OutputInternal.hxx +++ b/src/OutputInternal.hxx @@ -261,14 +261,14 @@ audio_output_command_is_finished(const struct audio_output *ao) } struct audio_output * -audio_output_new(const struct config_param *param, +audio_output_new(const config_param ¶m, struct player_control *pc, GError **error_r); bool ao_base_init(struct audio_output *ao, const struct audio_output_plugin *plugin, - const struct config_param *param, GError **error_r); + const config_param ¶m, GError **error_r); void ao_base_finish(struct audio_output *ao); -- cgit v1.2.3