aboutsummaryrefslogtreecommitdiff
path: root/src/idorange.h
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2010-08-03 14:47:05 -0500
committerCody Russell <crussell@canonical.com>2010-08-03 14:47:05 -0500
commitf3893ee568a61cb9f893502113826a29e601e807 (patch)
tree0d63ce638e6c2780f97c6a12756a9285bf2e6fc0 /src/idorange.h
parentb35ee3e7db326ae711af284a59faf31915e45b35 (diff)
downloadayatana-ido-f3893ee568a61cb9f893502113826a29e601e807.tar.gz
ayatana-ido-f3893ee568a61cb9f893502113826a29e601e807.tar.bz2
ayatana-ido-f3893ee568a61cb9f893502113826a29e601e807.zip
Fix for armel build. Patch by David Sugar.
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..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