From 21c42819c757129a22326d8407b8ced16cb6d30b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 2 Dec 2014 18:17:55 +0100 Subject: MixerType: rename to CamelCase --- src/output/Init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/output/Init.cxx') 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 */ -- cgit v1.2.3