Fix missing mock return
This commit is contained in:
parent
a7193e0932
commit
c819913687
|
@ -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 )
|
||||||
|
|
Loading…
Reference in New Issue