Fix a GOST compile error.

This commit is contained in:
Wayne Stambaugh 2013-03-28 16:49:17 -04:00
parent 675f8d4a0b
commit bf56b2b35d
1 changed files with 5 additions and 1 deletions

View File

@ -59,7 +59,11 @@ void PlotWorkSheet( PLOTTER* plotter, const TITLE_BLOCK& aTitleBlock,
int iusPerMil = plotter->GetIUsPerDecimil() * 10;
wxSize pageSize = aPageInfo.GetSizeMils(); // in mils
int xg, yg;
// int refx, refy;
#if defined( KICAD_GOST )
int refx, refy;
#endif
wxPoint pos, end, ref;
wxString msg;
wxSize text_size;