Add missing break in switch

This commit is contained in:
Chris Pavlina 2017-02-21 15:22:02 -05:00
parent a8eea6155a
commit 8bed8af03f
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ static struct IFACE : public KIFACE_I
case FRAME_PCB_FOOTPRINT_PREVIEW: case FRAME_PCB_FOOTPRINT_PREVIEW:
frame = dynamic_cast< wxWindow* >( FOOTPRINT_PREVIEW_PANEL::New( aKiway, aParent ) ); frame = dynamic_cast< wxWindow* >( FOOTPRINT_PREVIEW_PANEL::New( aKiway, aParent ) );
break;
default: default:
break; break;