more verbose debug output for slave debugging
[ardour.git] / gtk2_ardour / strip_silence_dialog.h
index 7445b723277586767b28bff38bf3820839fed10d..a4d444e0edf255b53e4a62616886c148e8c306b8 100644 (file)
@@ -49,6 +49,10 @@ public:
        ARDOUR::framecnt_t minimum_length () const;
        ARDOUR::framecnt_t fade_length () const;
 
+       void on_response (int response_id) {
+               Gtk::Dialog::on_response (response_id);
+       }
+
 private:
        void create_waves ();
        void canvas_allocation (Gtk::Allocation &);