Comment 21 for bug 1817965

Revision history for this message
Wayne Stambaugh (stambaughw) wrote :

@Jeff, I just pulled 49aa2503 and I'm still getting this build error on windows:

C:/msys64/home/wstambaugh/src/kicad-trunk/common/grid_tricks.cpp: In member function 'bool GRID_TRICKS::showEditor(int, int)':
C:/msys64/home/wstambaugh/src/kicad-trunk/common/grid_tricks.cpp:108:42: error: 'class wxArrayInt' has no member named 'at'; did you mean 'Last'?
             if( rows.size() != 1 || rows.at( 0 ) != aRow )