Fix a warning introduced by the recent netplay UI changes
This commit is contained in:
parent
d16f089e88
commit
c6d8d52041
|
@ -282,8 +282,8 @@ NetPlayDiag::NetPlayDiag(wxWindow* const parent, const CGameListCtrl* const game
|
||||||
const std::string& game, const bool is_hosting)
|
const std::string& game, const bool is_hosting)
|
||||||
: wxFrame(parent, wxID_ANY, wxT(NETPLAY_TITLEBAR), wxDefaultPosition, wxDefaultSize)
|
: wxFrame(parent, wxID_ANY, wxT(NETPLAY_TITLEBAR), wxDefaultPosition, wxDefaultSize)
|
||||||
, m_selected_game(game)
|
, m_selected_game(game)
|
||||||
, m_game_list(game_list)
|
|
||||||
, m_start_btn(NULL)
|
, m_start_btn(NULL)
|
||||||
|
, m_game_list(game_list)
|
||||||
{
|
{
|
||||||
wxPanel* const panel = new wxPanel(this);
|
wxPanel* const panel = new wxPanel(this);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue