summaryrefslogtreecommitdiff
path: root/gtk2_ardour/gtk-custom-ruler.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2005-11-29 03:56:38 +0000
committerTim Mayberry <mojofunk@gmail.com>2005-11-29 03:56:38 +0000
commit50bf5a0c06d1ca0b1bab7449a2bd9ac1bf75ba52 (patch)
tree13688301b4391c1f98051efd864685a4ae635140 /gtk2_ardour/gtk-custom-ruler.h
parent35942857538fca9d5c8e3f0bc86806375e07ad80 (diff)
misc stuff
git-svn-id: svn://localhost/trunk/ardour2@144 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 26dbfdf138..3d0b512481 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);
};
-GType 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,