Commit 59d7303b authored by Dick Hollenbeck's avatar Dick Hollenbeck

KIWAY::Player() wxASSERT

parent 01f7a531
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment