diff options
author | Max Kellermann <max@duempel.org> | 2014-01-28 11:34:09 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-28 11:34:09 +0100 |
commit | 815d72065c1f2c690228e66b74b8a303cfe33fca (patch) | |
tree | 0c6698d1c3d3066036020a367531116cc8c334ce /src/PlayerControl.hxx | |
parent | e0dc721324f34d8b3803dce64545871aec42e537 (diff) | |
download | mpd-815d72065c1f2c690228e66b74b8a303cfe33fca.tar.gz mpd-815d72065c1f2c690228e66b74b8a303cfe33fca.tar.xz mpd-815d72065c1f2c690228e66b74b8a303cfe33fca.zip |
output: rename struct audio_output to AudioOutput
Diffstat (limited to 'src/PlayerControl.hxx')
-rw-r--r-- | src/PlayerControl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlayerControl.hxx b/src/PlayerControl.hxx index a7237167c..4eeccdb6c 100644 --- a/src/PlayerControl.hxx +++ b/src/PlayerControl.hxx @@ -47,7 +47,7 @@ enum class PlayerCommand : uint8_t { CLOSE_AUDIO, /** - * At least one audio_output.enabled flag has been modified; + * At least one AudioOutput.enabled flag has been modified; * commit those changes to the output threads. */ UPDATE_AUDIO, |