diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/html-stream.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a29a52b1df..18f37266c1 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-02-13 Matt Loper <matt@helixcode.com> + + * html-stream.h: HTMLStreamClass's parent changed to + CamelStreamClass, not CamelStream. + 2000-02-11 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Add the e-text directory to the includes list. diff --git a/mail/html-stream.h b/mail/html-stream.h index a058f8357d..ffa0f4751c 100644 --- a/mail/html-stream.h +++ b/mail/html-stream.h @@ -16,7 +16,7 @@ typedef struct { } HTMLStream; typedef struct { - CamelStream parent_class; + CamelStreamClass parent_class; } HTMLStreamClass; |