From 100ecea239c299c1dd8f46932cf37baa2ebf8850 Mon Sep 17 00:00:00 2001 From: Martyn Russell Date: Tue, 13 Apr 2010 11:22:45 +0100 Subject: [PATCH] Fixed build failure for gtkorientable --- gtk/gtkorientable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkorientable.c b/gtk/gtkorientable.c index 712838619c..95102cb5d9 100644 --- a/gtk/gtkorientable.c +++ b/gtk/gtkorientable.c @@ -30,7 +30,7 @@ typedef GtkOrientableIface GtkOrientableInterface; -G_DEFINE_INTERFACE (GtkOrientable, gtk_orientable, G_OBJECT_TYPE) +G_DEFINE_INTERFACE (GtkOrientable, gtk_orientable, G_TYPE_OBJECT) static void gtk_orientable_default_init (GtkOrientableInterface *iface)