Debug build fix
This commit is contained in:
parent
62979ae06d
commit
8ea3cd1cb5
|
@ -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