Fix test breakage from dialog onClose() change.

This commit is contained in:
Jeff Young 2021-07-22 15:55:55 +01:00
parent e00f609bdd
commit 4319d92a12
1 changed files with 5 additions and 1 deletions

View File

@ -164,7 +164,11 @@ void DIALOG_FIND::onTextEnter( wxCommandEvent& event )
{
}
void DIALOG_FIND::onClose( wxCommandEvent& aEvent )
void DIALOG_FIND::OnCloseButtonClick( wxCommandEvent& aEvent )
{
}
void DIALOG_FIND::OnClose( wxCloseEvent& aEvent )
{
}