Debug build fix
This commit is contained in:
parent
43eaba0bb0
commit
807ac4e3e5
|
@ -785,7 +785,7 @@ void SPECCTRA_DB::fillBOUNDARY( BOARD* aBoard, BOUNDARY* boundary ) throw( IO_ER
|
|||
else // remove graphics not on EDGE_N layer
|
||||
{
|
||||
++i;
|
||||
D( item->Show( 0, std::cout );)
|
||||
D( items[i]->Show( 0, std::cout );)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue