KIWAY::Player() wxASSERT

This commit is contained in:
Dick Hollenbeck 2014-04-22 11:10:07 -05:00
parent 01f7a53195
commit 59d7303b03
1 changed files with 2 additions and 0 deletions

View File

@ -246,6 +246,8 @@ KIWAY_PLAYER* KIWAY::Player( FRAME_T aFrameType, bool doCreate )
KIFACE* kiface = KiFACE( face_type );
wxASSERT( kiface );
KIWAY_PLAYER* frame = (KIWAY_PLAYER*) kiface->CreateWindow( m_top, aFrameType, this, KFCTL_PROJECT_SUITE );
return m_player[aFrameType] = frame;