diff options
author | Max Kellermann <max@duempel.org> | 2014-12-02 18:17:55 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-02 18:19:31 +0100 |
commit | 21c42819c757129a22326d8407b8ced16cb6d30b (patch) | |
tree | da4a1b47bbc91c2b24eab1844325360368cc92d6 /src/output/Init.cxx | |
parent | 5899a272efa5f09fd78173891a307fd335838237 (diff) | |
download | mpd-21c42819c757129a22326d8407b8ced16cb6d30b.tar.gz mpd-21c42819c757129a22326d8407b8ced16cb6d30b.tar.xz mpd-21c42819c757129a22326d8407b8ced16cb6d30b.zip |
MixerType: rename to CamelCase
Diffstat (limited to 'src/output/Init.cxx')
-rw-r--r-- | src/output/Init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/Init.cxx b/src/output/Init.cxx index eafcec432..f195f6b8b 100644 --- a/src/output/Init.cxx +++ b/src/output/Init.cxx @@ -93,7 +93,7 @@ audio_output_detect(Error &error) * mixer_enabled, if the mixer_type setting is not configured. */ gcc_pure -static enum mixer_type +static MixerType audio_output_mixer_type(const config_param ¶m) { /* read the local "mixer_type" setting */ |