From 8ea3cd1cb580c282d45e78367459600b07dcead4 Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Thu, 28 Feb 2013 22:20:29 -0600 Subject: [PATCH] Debug build fix --- pcbnew/specctra_export.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/specctra_export.cpp b/pcbnew/specctra_export.cpp index 12e3a1a0fe..29ad1f7f66 100644 --- a/pcbnew/specctra_export.cpp +++ b/pcbnew/specctra_export.cpp @@ -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 );) } }