diff options
Diffstat (limited to 'src/OutputInternal.hxx')
-rw-r--r-- | src/OutputInternal.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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); |