aboutsummaryrefslogtreecommitdiff
path: root/src/idorange.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-10-12 14:05:06 -0500
committerTed Gould <ted@gould.cx>2011-10-12 14:05:06 -0500
commit8a442cf1e0f414d3cecfa405719e01a4b8c57642 (patch)
tree94a01cf18306d7c267b84104d77ab300aee2141f /src/idorange.h
parent93b180bd9bf92d66cd2e9bd1a8b93c2f2c4f6bb3 (diff)
parent28c45e5ca4021a6e314e3d5303fc6b07ffd08b65 (diff)
downloadayatana-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.h2
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