mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
DolphinWX: rename CGameListCtrl -> GameListCtrl
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
struct BootParameters;
|
||||
|
||||
// Class declarations
|
||||
class CGameListCtrl;
|
||||
class GameListCtrl;
|
||||
class CCodeWindow;
|
||||
class CConfigMain;
|
||||
class CLogWindow;
|
||||
@ -143,7 +143,7 @@ private:
|
||||
ADD_PANE_CENTER
|
||||
};
|
||||
|
||||
CGameListCtrl* m_game_list_ctrl = nullptr;
|
||||
GameListCtrl* m_game_list_ctrl = nullptr;
|
||||
CConfigMain* m_main_config_dialog = nullptr;
|
||||
wxPanel* m_panel = nullptr;
|
||||
CRenderFrame* m_render_frame = nullptr;
|
||||
|
Reference in New Issue
Block a user