diff options
Diffstat (limited to 'src/OutputAll.hxx')
-rw-r--r-- | src/OutputAll.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OutputAll.hxx b/src/OutputAll.hxx index 98061c345..b6166eb48 100644 --- a/src/OutputAll.hxx +++ b/src/OutputAll.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 The Music Player Daemon Project + * Copyright (C) 2003-2014 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -115,7 +115,7 @@ audio_output_all_set_replay_gain_mode(ReplayGainMode mode); * (all closed then) */ bool -audio_output_all_play(struct music_chunk *chunk, Error &error); +audio_output_all_play(music_chunk *chunk, Error &error); /** * Checks if the output devices have drained their music pipe, and |