Fix playhead smoothing when auditioning.
[ardour.git] / gtk2_ardour / ambiguous_file_dialog.h
index e49f7850c3aeca5ae6eae66ac4aefa81436c6783..52307b9aaf42a0e4b0de6906a63f186b54af68f5 100644 (file)
@@ -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__