Fix uninitialized variable.

(cherry picked from commit 1e1aedbe30)
This commit is contained in:
Jeff Young 2022-09-18 13:23:19 +01:00
parent 1a2e2bd29a
commit ba72676edb
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,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;