fix warnings

This commit is contained in:
Dick Hollenbeck 2010-11-12 09:43:26 -06:00
parent 845d61acc5
commit 5e1bf243d5
1 changed files with 3 additions and 0 deletions

View File

@ -704,6 +704,9 @@ static void drawPickedItems( WinEDA_DrawPanel* aPanel, wxDC* aDC,
pcbMarker->Draw( aPanel, aDC, GR_XOR, aOffset );
break;
}
default:
break;
}
}
g_Offset_Module = wxPoint( 0, 0 );