summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/option_editor.h')
-rw-r--r--gtk2_ardour/option_editor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index cf70e65a36..e607a9bbb4 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -137,9 +137,9 @@ class OptionEditor : public Gtk::Dialog
gint port_trace_in_toggled (GdkEventButton*,MIDI::Port*,Gtk::ToggleButton*);
gint port_trace_out_toggled (GdkEventButton*,MIDI::Port*,Gtk::ToggleButton*);
- bool mmc_port_chosen (GdkEventButton*,MIDI::Port*,Gtk::RadioButton*);
- bool mtc_port_chosen (GdkEventButton*,MIDI::Port*,Gtk::RadioButton*);
- bool midi_port_chosen (GdkEventButton*,MIDI::Port*,Gtk::RadioButton*);
+ void mmc_port_chosen (MIDI::Port*,Gtk::RadioButton*);
+ void mtc_port_chosen (MIDI::Port*,Gtk::RadioButton*);
+ void midi_port_chosen (MIDI::Port*,Gtk::RadioButton*);
void map_port_online (MIDI::Port*, Gtk::ToggleButton*);