aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer/MixerType.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-02 18:17:55 +0100
committerMax Kellermann <max@duempel.org>2014-12-02 18:19:31 +0100
commit21c42819c757129a22326d8407b8ced16cb6d30b (patch)
treeda4a1b47bbc91c2b24eab1844325360368cc92d6 /src/mixer/MixerType.cxx
parent5899a272efa5f09fd78173891a307fd335838237 (diff)
downloadmpd-21c42819c757129a22326d8407b8ced16cb6d30b.tar.gz
mpd-21c42819c757129a22326d8407b8ced16cb6d30b.tar.xz
mpd-21c42819c757129a22326d8407b8ced16cb6d30b.zip
MixerType: rename to CamelCase
Diffstat (limited to '')
-rw-r--r--src/mixer/MixerType.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/MixerType.cxx b/src/mixer/MixerType.cxx
index cd45db0d9..47016fd0a 100644
--- a/src/mixer/MixerType.cxx
+++ b/src/mixer/MixerType.cxx
@@ -23,7 +23,7 @@
#include <assert.h>
#include <string.h>
-enum mixer_type
+MixerType
mixer_type_parse(const char *input)
{
assert(input != NULL);