diff options
Diffstat (limited to 'camel/camel-stream-null.h')
-rw-r--r-- | camel/camel-stream-null.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-stream-null.h b/camel/camel-stream-null.h index 70978c5d61..e12effdcad 100644 --- a/camel/camel-stream-null.h +++ b/camel/camel-stream-null.h @@ -39,6 +39,6 @@ struct _CamelStreamNullClass { guint camel_stream_null_get_type (void); -CamelStreamNull *camel_stream_null_new (void); +CamelStream *camel_stream_null_new (void); #endif /* ! _CAMEL_STREAM_NULL_H */ |