summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ambiguous_file_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/ambiguous_file_dialog.h')
-rw-r--r--gtk2_ardour/ambiguous_file_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ambiguous_file_dialog.h b/gtk2_ardour/ambiguous_file_dialog.h
index e49f7850c3..52307b9aaf 100644
--- a/gtk2_ardour/ambiguous_file_dialog.h
+++ b/gtk2_ardour/ambiguous_file_dialog.h
@@ -33,7 +33,7 @@ public:
private:
Gtk::RadioButtonGroup _group;
std::vector<Gtk::RadioButton*> _radio_buttons;
- bool rb_button_press (GdkEventButton*);
+ bool rb_button_press (GdkEventButton*);
};
#endif // __gtk_ardour_ambiguous_file_dialog_h__