MixerPlugin: convert function pointers to Mixer virtual methods

This commit is contained in:
Max Kellermann
2014-02-06 20:44:33 +01:00
parent e04090b477
commit b6df4680df
11 changed files with 203 additions and 301 deletions

View File

@@ -21,7 +21,7 @@
#define MPD_PULSE_OUTPUT_PLUGIN_HXX
struct PulseOutput;
struct PulseMixer;
class PulseMixer;
struct pa_cvolume;
class Error;