summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/step_entry.h')
-rw-r--r--gtk2_ardour/step_entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/step_entry.h b/gtk2_ardour/step_entry.h
index 4723f569d7..e534c83e01 100644
--- a/gtk2_ardour/step_entry.h
+++ b/gtk2_ardour/step_entry.h
@@ -182,6 +182,7 @@ class StepEntry : public ArdourDialog
void prev_octave ();
void octave_n (int n);
+ void octave_0 () { octave_n (0); }
void octave_1 () { octave_n (1); }
void octave_2 () { octave_n (2); }
void octave_3 () { octave_n (3); }
@@ -192,7 +193,6 @@ class StepEntry : public ArdourDialog
void octave_8 () { octave_n (8); }
void octave_9 () { octave_n (9); }
void octave_10 () { octave_n (10); }
- void octave_11 () { octave_n (11); }
void dot_change (GtkAction*);
void dot_value_change ();