diff options
author | Ted Gould <ted@gould.cx> | 2011-10-12 14:05:06 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-10-12 14:05:06 -0500 |
commit | 8a442cf1e0f414d3cecfa405719e01a4b8c57642 (patch) | |
tree | 94a01cf18306d7c267b84104d77ab300aee2141f /src/idorange.h | |
parent | 93b180bd9bf92d66cd2e9bd1a8b93c2f2c4f6bb3 (diff) | |
parent | 28c45e5ca4021a6e314e3d5303fc6b07ffd08b65 (diff) | |
download | ayatana-ido-8a442cf1e0f414d3cecfa405719e01a4b8c57642.tar.gz ayatana-ido-8a442cf1e0f414d3cecfa405719e01a4b8c57642.tar.bz2 ayatana-ido-8a442cf1e0f414d3cecfa405719e01a4b8c57642.zip |
Fixes for ARM
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 f502520..0dd6952 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 (GObject *adj, IdoRangeStyle style); G_END_DECLS |