summaryrefslogtreecommitdiff
path: root/gtk/gtkhruler.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkhruler.c')
-rw-r--r--gtk/gtkhruler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkhruler.c b/gtk/gtkhruler.c
index 332aa10a6f..ab9cef0c6d 100644
--- a/gtk/gtkhruler.c
+++ b/gtk/gtkhruler.c
@@ -46,10 +46,10 @@ static void gtk_hruler_draw_ticks (GtkRuler *ruler);
static void gtk_hruler_draw_pos (GtkRuler *ruler);
-guint
+GtkType
gtk_hruler_get_type (void)
{
- static guint hruler_type = 0;
+ static GtkType hruler_type = 0;
if (!hruler_type)
{