a-High/LowPass allow 8K samples inclusive
[ardour.git] / gtk2_ardour / ambiguous_file_dialog.h
index ea20b421510afa5aa94190a5b89587effe690c9a..e49f7850c3aeca5ae6eae66ac4aefa81436c6783 100644 (file)
@@ -17,6 +17,9 @@
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
+#ifndef __gtk_ardour_ambiguous_file_dialog_h__
+#define __gtk_ardour_ambiguous_file_dialog_h__
+
 #include <gtkmm/radiobutton.h>
 #include "ardour_dialog.h"
 
@@ -30,6 +33,7 @@ public:
 private:
        Gtk::RadioButtonGroup _group;
        std::vector<Gtk::RadioButton*> _radio_buttons;
+        bool rb_button_press (GdkEventButton*);
 };
 
-       
+#endif // __gtk_ardour_ambiguous_file_dialog_h__