Fix mock implementation of NeighboringSegmentFilter

This was missed in 3c24ddd8cc.
This commit is contained in:
Ian McInerney 2023-06-20 22:40:38 +01:00
parent f14feafc6b
commit 00885ab5b2
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ bool DIALOG_FILTER_SELECTION::TransferDataFromWindow()
}
void ROUTER_TOOL::NeighboringSegmentFilter( const VECTOR2I&, GENERAL_COLLECTOR& )
void ROUTER_TOOL::NeighboringSegmentFilter( const VECTOR2I&, GENERAL_COLLECTOR&, PCB_SELECTION_TOOL* )
{
}