summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2016-05-20 16:29:32 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2016-05-20 17:06:47 -0300
commit9780bd731656f6f98083ab739729995fbc8917f1 (patch)
tree53a6db54793e37eb257ba0db4d8cf0f6de81b90c
parenteae2e01f7411aff1592749ad0ced9feb68d9ed18 (diff)
downloadglade-9780bd731656f6f98083ab739729995fbc8917f1.tar.gz
plugins/gtk+/glade-gtk-box.c: fixed casting warning
-rw-r--r--plugins/gtk+/glade-gtk-box.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtk+/glade-gtk-box.c b/plugins/gtk+/glade-gtk-box.c
index 6a0eb0ac..f7e032d2 100644
--- a/plugins/gtk+/glade-gtk-box.c
+++ b/plugins/gtk+/glade-gtk-box.c
@@ -57,7 +57,7 @@ glade_gtk_box_create_editable (GladeWidgetAdaptor * adaptor,
}
static void
-glade_gtk_box_parse_finished (GladeProject * project, GObject *gbox)
+glade_gtk_box_parse_finished (GladeProject * project, GladeWidget *gbox)
{
GObject *box = glade_widget_get_object (gbox);