Fix build error.

This commit is contained in:
Jeff Young 2025-08-10 22:14:40 +01:00
parent cf5c00bcf2
commit 88e97566c3

View File

@ -160,6 +160,12 @@ void DIALOG_FILTER_SELECTION::allItemsClicked( wxCommandEvent& aEvent )
}
bool DIALOG_FILTER_SELECTION::TransferDataToWindow()
{
return true;
}
bool DIALOG_FILTER_SELECTION::TransferDataFromWindow()
{
return true;