Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a warning introduced by the recent netplay UI changes
  • Loading branch information
delroth committed Aug 15, 2013
1 parent d16f089 commit c6d8d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/Src/NetWindow.cpp
Expand Up @@ -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);

Expand Down

0 comments on commit c6d8d52

Please sign in to comment.