Fix mock implementation of NeighboringSegmentFilter
This was missed in 3c24ddd8cc
.
This commit is contained in:
parent
f14feafc6b
commit
00885ab5b2
|
@ -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* )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue