Mixer: rename struct mixer_plugin to MixerPlugin

This commit is contained in:
Max Kellermann
2014-02-05 17:22:34 +01:00
parent 243c4e1e83
commit f86e159536
13 changed files with 24 additions and 21 deletions

View File

@@ -26,7 +26,7 @@
Mixer *
mixer_new(EventLoop &event_loop,
const mixer_plugin *plugin, void *ao,
const MixerPlugin *plugin, void *ao,
const config_param &param,
Error &error)
{