mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
Fix mock implementation of NeighboringSegmentFilter
This was missed in 3c24ddd8ccb317a26890928207785fec5b495a72.
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…
x
Reference in New Issue
Block a user