mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-22 23:00:43 -05:00
DolphinWX: rename CGameListCtrl -> GameListCtrl
This commit is contained in:
@@ -36,7 +36,7 @@ wxString GetTraversalLabelText(IniFile::Section& section)
|
||||
}
|
||||
} // Anonymous namespace
|
||||
|
||||
NetPlaySetupFrame::NetPlaySetupFrame(wxWindow* const parent, const CGameListCtrl* const game_list)
|
||||
NetPlaySetupFrame::NetPlaySetupFrame(wxWindow* const parent, const GameListCtrl* const game_list)
|
||||
: wxFrame(parent, wxID_ANY, _("Dolphin NetPlay Setup")), m_game_list(game_list)
|
||||
{
|
||||
IniFile inifile;
|
||||
|
||||
Reference in New Issue
Block a user