aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputAll.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-19 18:48:38 +0200
committerMax Kellermann <max@duempel.org>2013-10-19 18:48:38 +0200
commitff626ac76357940b2f0ac5cb243a68ac13df0f8a (patch)
tree493888a28950f75f5e254c0ded9dc9703ee83dc3 /src/OutputAll.hxx
parent59f8144c50765189594d5932fc25869f9ea6e265 (diff)
downloadmpd-ff626ac76357940b2f0ac5cb243a68ac13df0f8a.tar.gz
mpd-ff626ac76357940b2f0ac5cb243a68ac13df0f8a.tar.xz
mpd-ff626ac76357940b2f0ac5cb243a68ac13df0f8a.zip
*: use references instead of pointers
Diffstat (limited to 'src/OutputAll.hxx')
-rw-r--r--src/OutputAll.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OutputAll.hxx b/src/OutputAll.hxx
index 5b555e5a1..e1bba68ed 100644
--- a/src/OutputAll.hxx
+++ b/src/OutputAll.hxx
@@ -40,7 +40,7 @@ class Error;
* file and initialize them.
*/
void
-audio_output_all_init(struct player_control *pc);
+audio_output_all_init(player_control &pc);
/**
* Global finalization: free memory occupied by audio outputs. All
@@ -135,7 +135,7 @@ audio_output_all_check(void);
* @return true if there are less than #threshold chunks in the pipe
*/
bool
-audio_output_all_wait(struct player_control *pc, unsigned threshold);
+audio_output_all_wait(player_control &pc, unsigned threshold);
/**
* Puts all audio outputs into pause mode. Most implementations will