Fix missing mock return

This commit is contained in:
Seth Hillbrand 2021-12-07 13:33:08 -08:00
parent a7193e0932
commit c819913687
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ void DIALOG_FIND::OnCloseButtonClick( wxCommandEvent& aEvent )
bool DIALOG_FIND::Show( bool show ) bool DIALOG_FIND::Show( bool show )
{ {
return true;
} }
void DIALOG_FIND::OnClose( wxCloseEvent& aEvent ) void DIALOG_FIND::OnClose( wxCloseEvent& aEvent )