diff options
author | NotZed <notzed@zedzone.helixcode.com> | 2000-02-11 08:51:48 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-02-11 08:51:48 +0800 |
commit | e59a188db0ae7785eb774120ed0f04d80b1e1504 (patch) | |
tree | 3e57b1a733acf752fec28b480c3c77f14e93ca59 /camel/camel-simple-data-wrapper-stream.h | |
parent | 784c1184a8d73c23f6462997da00e354297fdf78 (diff) | |
download | gsoc2013-evolution-e59a188db0ae7785eb774120ed0f04d80b1e1504.tar gsoc2013-evolution-e59a188db0ae7785eb774120ed0f04d80b1e1504.tar.gz gsoc2013-evolution-e59a188db0ae7785eb774120ed0f04d80b1e1504.tar.bz2 gsoc2013-evolution-e59a188db0ae7785eb774120ed0f04d80b1e1504.tar.lz gsoc2013-evolution-e59a188db0ae7785eb774120ed0f04d80b1e1504.tar.xz gsoc2013-evolution-e59a188db0ae7785eb774120ed0f04d80b1e1504.tar.zst gsoc2013-evolution-e59a188db0ae7785eb774120ed0f04d80b1e1504.zip |
Bad Ettore, no biscuit!
2000-02-10 NotZed <notzed@zedzone.helixcode.com>
* camel/camel-simple-data-wrapper-stream.h: The superclass is
actually a seekable stream, not just a stream.
svn path=/trunk/; revision=1726
Diffstat (limited to 'camel/camel-simple-data-wrapper-stream.h')
-rw-r--r-- | camel/camel-simple-data-wrapper-stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |