mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 18:00:09 +00:00
Fixed gtkbin.c:parent_extended_layout_iface to be static.
This commit is contained in:
parent
24950ec144
commit
639e396147
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user