From f3893ee568a61cb9f893502113826a29e601e807 Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Tue, 3 Aug 2010 14:47:05 -0500 Subject: Fix for armel build. Patch by David Sugar. --- src/idorange.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/idorange.h') diff --git a/src/idorange.h b/src/idorange.h index f502520..a88a900 100644 --- a/src/idorange.h +++ b/src/idorange.h @@ -64,7 +64,7 @@ struct _IdoRangeClass GType ido_range_get_type (void) G_GNUC_CONST; -GtkWidget* ido_range_new (GtkAdjustment *adj, +GtkWidget* ido_range_new (GtkObject *adj, IdoRangeStyle style); G_END_DECLS -- cgit v1.2.3