Fixed gtkbin.c:parent_extended_layout_iface to be static.

This commit is contained in:
Tristan Van Berkom 2010-04-10 22:38:47 -04:00
parent 24950ec144
commit 639e396147

View File

@ -52,7 +52,7 @@ static void gtk_bin_get_height_for_width (GtkExtendedLayout *layout,
gint *natural_height);
GtkExtendedLayoutIface *parent_extended_layout_iface;
static GtkExtendedLayoutIface *parent_extended_layout_iface;
G_DEFINE_ABSTRACT_TYPE_WITH_CODE (GtkBin, gtk_bin, GTK_TYPE_CONTAINER,
G_IMPLEMENT_INTERFACE (GTK_TYPE_EXTENDED_LAYOUT,