mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix build error.
This commit is contained in:
parent
cf5c00bcf2
commit
88e97566c3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user