call parent ::on_response()

This commit is contained in:
Paul Davis 2019-10-11 13:53:48 -06:00
parent 789f08891b
commit da2d6312c4
1 changed files with 2 additions and 1 deletions

View File

@ -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