Add missing break in switch
This commit is contained in:
parent
a8eea6155a
commit
8bed8af03f
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue