Uninitialized variable (in base class call)

This commit is contained in:
Marek Roszko 2020-10-11 21:27:47 -04:00
parent 569bf7156f
commit 1739f1b6ea
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ EDA_DRAW_PANEL_GAL::EDA_DRAW_PANEL_GAL( wxWindow* aParentWindow, wxWindowID aWin
m_gal( nullptr ),
m_view( nullptr ),
m_painter( nullptr ),
m_viewControls( nullptr ),
m_backend( GAL_TYPE_NONE ),
m_options( aOptions ),
m_eventDispatcher( nullptr ),