Fix a warning introduced by the recent netplay UI changes

This commit is contained in:
Pierre Bourdon 2013-08-15 15:05:20 +02:00
parent d16f089e88
commit c6d8d52041
1 changed files with 1 additions and 1 deletions

View File

@ -282,8 +282,8 @@ NetPlayDiag::NetPlayDiag(wxWindow* const parent, const CGameListCtrl* const game
const std::string& game, const bool is_hosting)
: wxFrame(parent, wxID_ANY, wxT(NETPLAY_TITLEBAR), wxDefaultPosition, wxDefaultSize)
, m_selected_game(game)
, m_game_list(game_list)
, m_start_btn(NULL)
, m_game_list(game_list)
{
wxPanel* const panel = new wxPanel(this);