summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/engine_dialog.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/engine_dialog.cc b/gtk2_ardour/engine_dialog.cc
index 82136ace0f..57e76ef720 100644
--- a/gtk2_ardour/engine_dialog.cc
+++ b/gtk2_ardour/engine_dialog.cc
@@ -2756,11 +2756,12 @@ EngineControl::control_app_button_clicked ()
}
void
-EngineControl::on_response (int)
+EngineControl::on_response (int r)
{
/* we do nothing when our response signal is emitted ... that's the
* responsibility of whoever displayed us.
*/
+ ArdourDialog::on_response (r);
}
void