DolphinWX: rename CGameListCtrl -> GameListCtrl

This commit is contained in:
Shawn Hoffman
2017-06-19 02:20:14 -07:00
parent 1bd177561b
commit 668c6b5ce9
11 changed files with 94 additions and 98 deletions

View File

@ -33,12 +33,12 @@ public:
wxDECLARE_EVENT(DOLPHIN_EVT_RELOAD_GAMELIST, wxCommandEvent);
class CGameListCtrl : public wxListCtrl
class GameListCtrl : public wxListCtrl
{
public:
CGameListCtrl(wxWindow* parent, const wxWindowID id, const wxPoint& pos, const wxSize& size,
GameListCtrl(wxWindow* parent, const wxWindowID id, const wxPoint& pos, const wxSize& size,
long style);
~CGameListCtrl();
~GameListCtrl() = default;
void BrowseForDirectory();
const GameListItem* GetISO(size_t index) const;