mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix a compil issue due to incorrect conversion.
This commit is contained in:
parent
a7c4c8c7f2
commit
70b39d27ae
@ -729,7 +729,7 @@ void FOOTPRINT_WIZARD_FRAME::PythonPluginsReload()
|
||||
// call PCB_EDIT_FRAME::PythonPluginsReload() if the board editor
|
||||
// is running
|
||||
PCB_EDIT_FRAME* brd_frame =
|
||||
static_cast<PCB_BASE_FRAME*>( Kiway().Player( FRAME_PCB, false ) );
|
||||
static_cast<PCB_EDIT_FRAME*>( Kiway().Player( FRAME_PCB, false ) );
|
||||
|
||||
if( brd_frame )
|
||||
brd_frame->PythonPluginsReload();
|
||||
|
Loading…
x
Reference in New Issue
Block a user