diff options
Diffstat (limited to 'src/OutputInternal.hxx')
-rw-r--r-- | src/OutputInternal.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/OutputInternal.hxx b/src/OutputInternal.hxx index 20e48279f..188a56723 100644 --- a/src/OutputInternal.hxx +++ b/src/OutputInternal.hxx @@ -29,6 +29,7 @@ #include <time.h> +class Error; class Filter; struct config_param; @@ -263,12 +264,12 @@ audio_output_command_is_finished(const struct audio_output *ao) struct audio_output * audio_output_new(const config_param ¶m, struct player_control *pc, - GError **error_r); + Error &error); bool ao_base_init(struct audio_output *ao, const struct audio_output_plugin *plugin, - const config_param ¶m, GError **error_r); + const config_param ¶m, Error &error); void ao_base_finish(struct audio_output *ao); |