aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-stream-filter.h')
-rw-r--r--camel/camel-stream-filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-stream-filter.h b/camel/camel-stream-filter.h
index ae50e016c3..3d265e8b4c 100644
--- a/camel/camel-stream-filter.h
+++ b/camel/camel-stream-filter.h
@@ -49,7 +49,7 @@ struct _CamelStreamFilterClass {
CamelStreamClass parent_class;
};
-guint camel_stream_filter_get_type (void);
+CamelType camel_stream_filter_get_type (void);
CamelStreamFilter *camel_stream_filter_new_with_stream (CamelStream *stream);