Fix compil warnings

This commit is contained in:
jean-pierre charras 2018-03-01 18:24:36 +01:00
parent de6b32d236
commit e3c71efbeb
1 changed files with 17 additions and 14 deletions

View File

@ -43,6 +43,9 @@ PCB_GENERAL_SETTINGS::PCB_GENERAL_SETTINGS( FRAME_T aFrameType )
Add( "Use45DegreeGraphicSegments", &m_use45DegreeGraphicSegments, false);
Add( "DragSelects", &m_dragSelects, true );
break;
default:
break;
}
}