$NetBSD: patch-bf,v 1.1 2005/09/08 15:29:32 drochner Exp $ --- src/sheet-filter.c.orig 2005-09-06 09:53:07.000000000 +0200 +++ src/sheet-filter.c @@ -562,8 +562,8 @@ filter_foo_view_init (SheetObjectViewIfa } typedef FooCanvasWidget FilterFooView; typedef FooCanvasWidgetClass FilterFooViewClass; -static GSF_CLASS_FULL (FilterFooView, filter_foo_view, - NULL, NULL, +static GSF_CLASS_FULL (FilterFooView, filter_foo_view, NULL, NULL, + NULL, NULL, NULL, FOO_TYPE_CANVAS_WIDGET, 0, GSF_INTERFACE (filter_foo_view_init, SHEET_OBJECT_VIEW_TYPE))