Fix uninitialized variable.

This commit is contained in:
Jeff Young 2022-09-18 13:23:19 +01:00
parent d2712bac37
commit 1e1aedbe30
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@
CVPCB_MAINFRAME::CVPCB_MAINFRAME( KIWAY* aKiway, wxWindow* aParent ) :
KIWAY_PLAYER( aKiway, aParent, FRAME_CVPCB, _( "Assign Footprints" ), wxDefaultPosition,
wxDefaultSize, KICAD_DEFAULT_DRAWFRAME_STYLE, CVPCB_MAINFRAME_NAME ),
m_footprintListPendingUpdate( false ),
m_viewerPendingUpdate( false )
{
m_symbolsListBox = nullptr;