Commit bf56b2b3 authored by Wayne Stambaugh's avatar Wayne Stambaugh

Fix a GOST compile error.

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