GUI: Initialize all class members

CID 146978 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)4. uninit_member: Non-static class member s_rightside_buttons is not initialized in this constructor nor in any functions that it calls.
This commit is contained in:
Akash 2015-10-23 13:57:33 +05:30
parent 61e1686da3
commit 578b75aa76
1 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,8 @@ Panels::BaseMcdListPanel::BaseMcdListPanel( wxWindow* parent )
);
m_listview = NULL;
s_leftside_buttons = NULL;
s_rightside_buttons = NULL;
m_btn_Refresh = new wxButton( this, wxID_ANY, _("Refresh list") );