summaryrefslogtreecommitdiff
path: root/gtk2_ardour/gtk-custom-ruler.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/gtk-custom-ruler.h')
-rw-r--r--gtk2_ardour/gtk-custom-ruler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/gtk-custom-ruler.h b/gtk2_ardour/gtk-custom-ruler.h
index f7645f406f..26dbfdf138 100644
--- a/gtk2_ardour/gtk-custom-ruler.h
+++ b/gtk2_ardour/gtk-custom-ruler.h
@@ -91,7 +91,7 @@ struct _GtkCustomMetric {
gint (* get_marks) (GtkCustomRulerMark **marks, gdouble lower, gdouble upper, gint maxchars);
};
-GtkType gtk_custom_ruler_get_type (void);
+GType gtk_custom_ruler_get_type (void);
void gtk_custom_ruler_set_metric (GtkCustomRuler *ruler, GtkCustomMetric *metric);
void gtk_custom_ruler_set_range (GtkCustomRuler *ruler,
gdouble lower,