From b6df4680df08db7827af56d5adf2a04264f2dcb9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 6 Feb 2014 20:44:33 +0100 Subject: MixerPlugin: convert function pointers to Mixer virtual methods --- src/output/plugins/PulseOutputPlugin.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/output/plugins/PulseOutputPlugin.hxx') diff --git a/src/output/plugins/PulseOutputPlugin.hxx b/src/output/plugins/PulseOutputPlugin.hxx index 4982256fc..4d8bf4b59 100644 --- a/src/output/plugins/PulseOutputPlugin.hxx +++ b/src/output/plugins/PulseOutputPlugin.hxx @@ -21,7 +21,7 @@ #define MPD_PULSE_OUTPUT_PLUGIN_HXX struct PulseOutput; -struct PulseMixer; +class PulseMixer; struct pa_cvolume; class Error; -- cgit v1.2.3