From f86e15953621901c468bfc2a1140c854a91b5a16 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 5 Feb 2014 17:22:34 +0100 Subject: Mixer: rename struct mixer_plugin to MixerPlugin --- src/mixer/MixerControl.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mixer/MixerControl.hxx') 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 ¶m, Error &error); -- cgit v1.2.3