summaryrefslogtreecommitdiff
path: root/gtk/gtkflowbox.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-05-30 05:59:55 +0200
committerBenjamin Otte <otte@redhat.com>2015-05-30 06:00:14 +0200
commit5984bc78ee4babba0daf09a5e04a2fdcfc640e48 (patch)
tree0bf475076330942ec6979a84a4343503e28a0498 /gtk/gtkflowbox.c
parent91fac8b5aa44bf045b912d4b3720e84a4a51e70c (diff)
downloadgtk+-5984bc78ee4babba0daf09a5e04a2fdcfc640e48.tar.gz
flowbox: Fix compiler warnings
Introduced in e59e38b58120f8d998b5e204506fc552e2efd00d
Diffstat (limited to 'gtk/gtkflowbox.c')
-rw-r--r--gtk/gtkflowbox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c
index 66cff35c37..d858cecddb 100644
--- a/gtk/gtkflowbox.c
+++ b/gtk/gtkflowbox.c
@@ -61,6 +61,7 @@
#include "gtkorientableprivate.h"
#include "gtkintl.h"
#include "gtkcssnodeprivate.h"
+#include "gtkwidgetprivate.h"
#include "a11y/gtkflowboxaccessibleprivate.h"
#include "a11y/gtkflowboxchildaccessible.h"
@@ -4008,7 +4009,7 @@ gtk_flow_box_new (void)
}
static void
-gtk_flow_box_insert_css_node (GtkListBox *box,
+gtk_flow_box_insert_css_node (GtkFlowBox *box,
GtkWidget *child,
GSequenceIter *iter)
{