diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2017-06-19 02:20:14 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2017-06-23 17:25:52 -0700 |
| commit | 668c6b5ce96f4d9a45ceb577f1ea353185b8dffe (patch) | |
| tree | 6bfa261f95337d8b72f97aa3ba6b652f907bae86 /Source/Core/DolphinWX/NetPlay/NetPlaySetupFrame.cpp | |
| parent | 1bd177561bf54e58855237e6c30c7bcaa39ab7e2 (diff) | |
DolphinWX: rename CGameListCtrl -> GameListCtrl
Diffstat (limited to 'Source/Core/DolphinWX/NetPlay/NetPlaySetupFrame.cpp')
| -rw-r--r-- | Source/Core/DolphinWX/NetPlay/NetPlaySetupFrame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/NetPlay/NetPlaySetupFrame.cpp b/Source/Core/DolphinWX/NetPlay/NetPlaySetupFrame.cpp index 14967fad76..1fd401ea37 100644 --- a/Source/Core/DolphinWX/NetPlay/NetPlaySetupFrame.cpp +++ b/Source/Core/DolphinWX/NetPlay/NetPlaySetupFrame.cpp @@ -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; |
