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 --- test/run_output.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/run_output.cxx b/test/run_output.cxx index 0bcad149f..7982bd7de 100644 --- a/test/run_output.cxx +++ b/test/run_output.cxx @@ -72,9 +72,9 @@ find_named_config_block(ConfigOption option, const char *name) return NULL; } -player_control::player_control(gcc_unused unsigned _buffer_chunks, +PlayerControl::PlayerControl(gcc_unused unsigned _buffer_chunks, gcc_unused unsigned _buffered_before_play) {} -player_control::~player_control() {} +PlayerControl::~PlayerControl() {} static struct audio_output * load_audio_output(const char *name) @@ -87,7 +87,7 @@ load_audio_output(const char *name) return nullptr; } - static struct player_control dummy_player_control(32, 4); + static struct PlayerControl dummy_player_control(32, 4); Error error; struct audio_output *ao = -- cgit v1.2.3