diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-05-14 04:25:34 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-05-14 04:25:34 +0000 |
commit | 113f364a37cefbef4eabb2c40070e08357a1b157 (patch) | |
tree | 8d1c6780766d0470c72d31978d1b6b58cfda62bf /gtk/gtkbin.c | |
parent | 1ad9d62428e79b3b5f2a5609ba44a7320bd77b9c (diff) | |
download | gtk+-113f364a37cefbef4eabb2c40070e08357a1b157.tar.gz |
More of the same
Diffstat (limited to 'gtk/gtkbin.c')
-rw-r--r-- | gtk/gtkbin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbin.c b/gtk/gtkbin.c index f3fb5ef959..d6f5d5e356 100644 --- a/gtk/gtkbin.c +++ b/gtk/gtkbin.c @@ -40,7 +40,7 @@ static void gtk_bin_forall (GtkContainer *container, static GType gtk_bin_child_type (GtkContainer *container); -G_DEFINE_ABSTRACT_TYPE (GtkBin, gtk_bin, GTK_TYPE_CONTAINER); +G_DEFINE_ABSTRACT_TYPE (GtkBin, gtk_bin, GTK_TYPE_CONTAINER) static void gtk_bin_class_init (GtkBinClass *class) |