diff options
Diffstat (limited to 'src/idorange.h')
-rw-r--r-- | src/idorange.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idorange.h b/src/idorange.h index a88a900..f502520 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 (GtkObject *adj, +GtkWidget* ido_range_new (GtkAdjustment *adj, IdoRangeStyle style); G_END_DECLS |