aboutsummaryrefslogtreecommitdiff
path: root/src/FilterConfig.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/FilterConfig.hxx')
-rw-r--r--src/FilterConfig.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FilterConfig.hxx b/src/FilterConfig.hxx
index 18cc5c44..bad18635 100644
--- a/src/FilterConfig.hxx
+++ b/src/FilterConfig.hxx
@@ -27,7 +27,7 @@
#include "gerror.h"
-struct filter;
+class Filter;
/**
* Builds a filter chain from a configuration string on the form
@@ -39,6 +39,6 @@ struct filter;
* @return the number of filters which were successfully added
*/
unsigned int
-filter_chain_parse(struct filter *chain, const char *spec, GError **error_r);
+filter_chain_parse(Filter &chain, const char *spec, GError **error_r);
#endif