From c5f392ca0e8b878206a012da11522125e1d86342 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 4 Oct 2001 23:52:20 +0000 Subject: add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migration 2001-10-05 Michael Meeks * gal/util/e-util.h: add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migration to Gnome 2.0 from a single source base. * All C files: s/object_class->type,/E_OBJECT_CLASS_TYPE (object_class),/g; s/gtk_object_class_add_signals([^\(]*)\(([^,]*),([^,]*),([^\)]*)/ E_OBJECT_CLASS_ADD_SIGNALS\1(\2,\3,\4/; svn path=/trunk/; revision=13428 --- widgets/table/e-table-selection-model.c | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/table/e-table-selection-model.c') diff --git a/widgets/table/e-table-selection-model.c b/widgets/table/e-table-selection-model.c index 716667a197..72ee3bacce 100644 --- a/widgets/table/e-table-selection-model.c +++ b/widgets/table/e-table-selection-model.c @@ -8,6 +8,7 @@ * (C) 2000, 2001 Ximian, Inc. */ #include +#include #include #include #include "e-table-selection-model.h" -- cgit v1.2.3