From ff626ac76357940b2f0ac5cb243a68ac13df0f8a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 19 Oct 2013 18:48:38 +0200 Subject: *: use references instead of pointers --- src/OutputInternal.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/OutputInternal.hxx') diff --git a/src/OutputInternal.hxx b/src/OutputInternal.hxx index db2c2b557..a6233c5b5 100644 --- a/src/OutputInternal.hxx +++ b/src/OutputInternal.hxx @@ -264,7 +264,7 @@ audio_output_command_is_finished(const struct audio_output *ao) struct audio_output * audio_output_new(const config_param ¶m, - struct player_control *pc, + player_control &pc, Error &error); bool -- cgit v1.2.3