Commit 807ac4e3 authored by Dick Hollenbeck's avatar Dick Hollenbeck

Debug build fix

parent 43eaba0b
...@@ -785,7 +785,7 @@ void SPECCTRA_DB::fillBOUNDARY( BOARD* aBoard, BOUNDARY* boundary ) throw( IO_ER ...@@ -785,7 +785,7 @@ void SPECCTRA_DB::fillBOUNDARY( BOARD* aBoard, BOUNDARY* boundary ) throw( IO_ER
else // remove graphics not on EDGE_N layer else // remove graphics not on EDGE_N layer
{ {
++i; ++i;
D( item->Show( 0, std::cout );) D( items[i]->Show( 0, std::cout );)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment