From: Martyn Russell Date: Tue, 13 Apr 2010 10:22:45 +0000 (+0100) Subject: Fixed build failure for gtkorientable X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=100ecea239c299c1dd8f46932cf37baa2ebf8850;p=~andy%2Fgtk Fixed build failure for gtkorientable --- diff --git a/gtk/gtkorientable.c b/gtk/gtkorientable.c index 712838619..95102cb5d 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)