From 0a232b36bf48cd8493e455466e7cdbfd96d7aa7f Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 21 May 2000 09:18:20 +0000 Subject: Updated for the GtkHTML API changes. Also fixed some compiler warnings here and there. svn path=/trunk/; revision=3145 --- filter/filter-arg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/filter-arg.h') diff --git a/filter/filter-arg.h b/filter/filter-arg.h index 514bf1adf2..7790123569 100644 --- a/filter/filter-arg.h +++ b/filter/filter-arg.h @@ -50,7 +50,7 @@ struct _FilterArgClass { struct _FilterArg * (*clone)(FilterArg *arg); /* virtual methods */ - void (*write_html)(FilterArg *arg, GtkHTML *html, GtkHTMLStreamHandle *stream); + void (*write_html)(FilterArg *arg, GtkHTML *html, GtkHTMLStream *stream); void (*write_text)(FilterArg *arg, GString *string); void (*free_value)(FilterArg *arg, void *v); -- cgit v1.2.3