aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer/MixerControl.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-05 17:22:34 +0100
committerMax Kellermann <max@duempel.org>2014-02-05 17:22:34 +0100
commitf86e15953621901c468bfc2a1140c854a91b5a16 (patch)
tree40fd5828a87bd0acd14c8fc7f199bd7086537391 /src/mixer/MixerControl.hxx
parent243c4e1e83ee85adc3719e85cd55522639fdd464 (diff)
downloadmpd-f86e15953621901c468bfc2a1140c854a91b5a16.tar.gz
mpd-f86e15953621901c468bfc2a1140c854a91b5a16.tar.xz
mpd-f86e15953621901c468bfc2a1140c854a91b5a16.zip
Mixer: rename struct mixer_plugin to MixerPlugin
Diffstat (limited to 'src/mixer/MixerControl.hxx')
-rw-r--r--src/mixer/MixerControl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mixer/MixerControl.hxx b/src/mixer/MixerControl.hxx
index 8ffc683f4..8be4e9f63 100644
--- a/src/mixer/MixerControl.hxx
+++ b/src/mixer/MixerControl.hxx
@@ -28,11 +28,11 @@
class Error;
class Mixer;
class EventLoop;
-struct mixer_plugin;
+struct MixerPlugin;
struct config_param;
Mixer *
-mixer_new(EventLoop &event_loop, const mixer_plugin *plugin, void *ao,
+mixer_new(EventLoop &event_loop, const MixerPlugin *plugin, void *ao,
const config_param &param,
Error &error);