From 5b5675cc121eff6ba4b89719a523bfbe3993ce2f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 28 Oct 2013 10:12:21 +0100 Subject: player_control: rename to PlayerControl --- src/OutputInternal.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/OutputInternal.hxx') diff --git a/src/OutputInternal.hxx b/src/OutputInternal.hxx index a6233c5b5..2b3136f94 100644 --- a/src/OutputInternal.hxx +++ b/src/OutputInternal.hxx @@ -32,6 +32,7 @@ class Error; class Filter; class MusicPipe; struct config_param; +struct PlayerControl; typedef struct _GTimer GTimer; enum audio_output_command { @@ -225,10 +226,10 @@ struct audio_output { Cond cond; /** - * The player_control object which "owns" this output. This + * The PlayerControl object which "owns" this output. This * object is needed to signal command completion. */ - struct player_control *player_control; + PlayerControl *player_control; /** * The #music_chunk which is currently being played. All @@ -264,7 +265,7 @@ audio_output_command_is_finished(const struct audio_output *ao) struct audio_output * audio_output_new(const config_param ¶m, - player_control &pc, + PlayerControl &pc, Error &error); bool -- cgit v1.2.3