mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
DolphinWX: rename CGameListCtrl -> GameListCtrl
This commit is contained in:
parent
1bd177561b
commit
668c6b5ce9
11 changed files with 94 additions and 98 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <string>
|
||||
#include <wx/frame.h>
|
||||
|
||||
class CGameListCtrl;
|
||||
class GameListCtrl;
|
||||
class wxCheckBox;
|
||||
class wxChoice;
|
||||
class wxListBox;
|
||||
|
@ -20,7 +20,7 @@ class wxTextCtrl;
|
|||
class NetPlaySetupFrame final : public wxFrame
|
||||
{
|
||||
public:
|
||||
NetPlaySetupFrame(wxWindow* const parent, const CGameListCtrl* const game_list);
|
||||
NetPlaySetupFrame(wxWindow* const parent, const GameListCtrl* const game_list);
|
||||
~NetPlaySetupFrame();
|
||||
|
||||
private:
|
||||
|
@ -66,5 +66,5 @@ private:
|
|||
#endif
|
||||
|
||||
wxString m_traversal_string;
|
||||
const CGameListCtrl* const m_game_list;
|
||||
const GameListCtrl* const m_game_list;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue