Fix mock implementation of NeighboringSegmentFilter

This was missed in 3c24ddd8ccb317a26890928207785fec5b495a72.
This commit is contained in:
Ian McInerney 2023-06-20 22:40:38 +01:00
parent f14feafc6b
commit 00885ab5b2

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* )
{ {
} }