aboutsummaryrefslogtreecommitdiff
path: root/src/mixer/SoftwareMixerPlugin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixer/SoftwareMixerPlugin.hxx')
-rw-r--r--src/mixer/SoftwareMixerPlugin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mixer/SoftwareMixerPlugin.hxx b/src/mixer/SoftwareMixerPlugin.hxx
index 9a625868..33e9e6c6 100644
--- a/src/mixer/SoftwareMixerPlugin.hxx
+++ b/src/mixer/SoftwareMixerPlugin.hxx
@@ -21,13 +21,13 @@
#define MPD_SOFTWARE_MIXER_PLUGIN_HXX
struct mixer;
-struct filter;
+class Filter;
/**
* Returns the (volume) filter associated with this mixer. All users
* of this mixer plugin should install this filter.
*/
-struct filter *
+Filter *
software_mixer_get_filter(struct mixer *mixer);
#endif