From e59a188db0ae7785eb774120ed0f04d80b1e1504 Mon Sep 17 00:00:00 2001 From: NotZed Date: Fri, 11 Feb 2000 00:51:48 +0000 Subject: Bad Ettore, no biscuit! 2000-02-10 NotZed * camel/camel-simple-data-wrapper-stream.h: The superclass is actually a seekable stream, not just a stream. svn path=/trunk/; revision=1726 --- camel/camel-simple-data-wrapper-stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel') diff --git a/camel/camel-simple-data-wrapper-stream.h b/camel/camel-simple-data-wrapper-stream.h index 9c756a568d..e756d3e591 100644 --- a/camel/camel-simple-data-wrapper-stream.h +++ b/camel/camel-simple-data-wrapper-stream.h @@ -62,7 +62,7 @@ struct _CamelSimpleDataWrapperStream { }; struct _CamelSimpleDataWrapperStreamClass { - CamelStreamClass parent_class; + CamelSeekableStreamClass parent_class; }; -- cgit v1.2.3