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.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mixer/MixerControl.cxx') diff --git a/src/mixer/MixerControl.cxx b/src/mixer/MixerControl.cxx index d64ff2c8e..2e4b5093a 100644 --- a/src/mixer/MixerControl.cxx +++ b/src/mixer/MixerControl.cxx @@ -26,7 +26,7 @@ Mixer * mixer_new(EventLoop &event_loop, - const mixer_plugin *plugin, void *ao, + const MixerPlugin *plugin, void *ao, const config_param ¶m, Error &error) { -- cgit v1.2.3