aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer/MixerControl.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-28 11:34:09 +0100
committerMax Kellermann <max@duempel.org>2014-01-28 11:34:09 +0100
commit815d72065c1f2c690228e66b74b8a303cfe33fca (patch)
tree0c6698d1c3d3066036020a367531116cc8c334ce /src/mixer/MixerControl.hxx
parente0dc721324f34d8b3803dce64545871aec42e537 (diff)
downloadmpd-815d72065c1f2c690228e66b74b8a303cfe33fca.tar.gz
mpd-815d72065c1f2c690228e66b74b8a303cfe33fca.tar.xz
mpd-815d72065c1f2c690228e66b74b8a303cfe33fca.zip
output: rename struct audio_output to AudioOutput
Diffstat (limited to 'src/mixer/MixerControl.hxx')
-rw-r--r--src/mixer/MixerControl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/MixerControl.hxx b/src/mixer/MixerControl.hxx
index caa1c3054..3f8e11e86 100644
--- a/src/mixer/MixerControl.hxx
+++ b/src/mixer/MixerControl.hxx
@@ -46,7 +46,7 @@ mixer_close(Mixer *mixer);
/**
* Close the mixer unless the plugin's "global" flag is set. This is
- * called when the #audio_output is closed.
+ * called when the #AudioOutput is closed.
*/
void
mixer_auto_close(Mixer *mixer);