Fix a GOST compile error.
This commit is contained in:
parent
675f8d4a0b
commit
bf56b2b35d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue