protect data in class_track.h, switch to using member accessors

This commit is contained in:
Heikki Pulkkinen
2013-01-12 18:04:00 -06:00
committed by Dick Hollenbeck
parent f8a56d446f
commit 3e18fa422c
33 changed files with 398 additions and 401 deletions
+2 -2
View File
@@ -711,8 +711,8 @@ void BRDITEMS_PLOTTER::PlotDrillMarks()
continue;
plotOneDrillMark(PAD_CIRCLE,
pts->m_Start, wxSize( pts->GetDrillValue(), 0 ),
wxSize( pts->m_Width, 0 ), 0, small_drill );
pts->GetStart(), wxSize( pts->GetDrillValue(), 0 ),
wxSize( pts->GetWidth(), 0 ), 0, small_drill );
}
for( MODULE *Module = m_board->m_Modules; Module != NULL; Module = Module->Next() )