summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_fx_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/time_fx_dialog.h')
-rw-r--r--gtk2_ardour/time_fx_dialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/time_fx_dialog.h b/gtk2_ardour/time_fx_dialog.h
index 03e0ccfdcd..1825414c32 100644
--- a/gtk2_ardour/time_fx_dialog.h
+++ b/gtk2_ardour/time_fx_dialog.h
@@ -74,6 +74,10 @@ class TimeFXDialog : public ArdourDialog, public ProgressReporter
void start_updates ();
+ void on_response (int response_id) {
+ Gtk::Dialog::on_response (response_id);
+ }
+
private:
ARDOUR::framecnt_t original_length;
Gtk::Adjustment pitch_octave_adjustment;