aboutsummaryrefslogtreecommitdiff
path: root/src/filter/VolumeFilterPlugin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/filter/VolumeFilterPlugin.hxx')
-rw-r--r--src/filter/VolumeFilterPlugin.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/filter/VolumeFilterPlugin.hxx b/src/filter/VolumeFilterPlugin.hxx
index e3d29b87..822b7e93 100644
--- a/src/filter/VolumeFilterPlugin.hxx
+++ b/src/filter/VolumeFilterPlugin.hxx
@@ -20,12 +20,12 @@
#ifndef MPD_VOLUME_FILTER_PLUGIN_HXX
#define MPD_VOLUME_FILTER_PLUGIN_HXX
-struct filter;
+class Filter;
unsigned
-volume_filter_get(const struct filter *filter);
+volume_filter_get(const Filter *filter);
void
-volume_filter_set(struct filter *filter, unsigned volume);
+volume_filter_set(Filter *filter, unsigned volume);
#endif