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/config | |
parent | e0dc721324f34d8b3803dce64545871aec42e537 (diff) |
output: rename struct audio_output to AudioOutput
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/ConfigTemplates.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/ConfigTemplates.cxx b/src/config/ConfigTemplates.cxx index 8eaa22bdd..640a93aa2 100644 --- a/src/config/ConfigTemplates.cxx +++ b/src/config/ConfigTemplates.cxx @@ -42,7 +42,7 @@ const ConfigTemplate config_templates[] = { { "zeroconf_enabled", false, false }, { "password", true, false }, { "default_permissions", false, false }, - { "audio_output", true, true }, + { "AudioOutput", true, true }, { "audio_output_format", false, false }, { "mixer_type", false, false }, { "replaygain", false, false }, |