aboutsummaryrefslogtreecommitdiff
path: root/src/mixer/SoftwareMixerPlugin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixer/SoftwareMixerPlugin.cxx')
-rw-r--r--src/mixer/SoftwareMixerPlugin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mixer/SoftwareMixerPlugin.cxx b/src/mixer/SoftwareMixerPlugin.cxx
index 9b8f083f..16463938 100644
--- a/src/mixer/SoftwareMixerPlugin.cxx
+++ b/src/mixer/SoftwareMixerPlugin.cxx
@@ -32,7 +32,7 @@ struct software_mixer {
/** the base mixer class */
struct mixer base;
- struct filter *filter;
+ Filter *filter;
unsigned volume;
};
@@ -100,7 +100,7 @@ const struct mixer_plugin software_mixer_plugin = {
true,
};
-struct filter *
+Filter *
software_mixer_get_filter(struct mixer *mixer)
{
struct software_mixer *sm = (struct software_mixer *)mixer;