mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-09 18:45:40 +00:00
Re-ordered initialization of m_ToolBar and m_SavedPerspectives
This commit is contained in:
parent
a02a86fde9
commit
d46ca557b8
@ -307,7 +307,7 @@ CFrame::CFrame(wxFrame* parent,
|
|||||||
long style)
|
long style)
|
||||||
: CRenderFrame(parent, id, title, pos, size, style)
|
: CRenderFrame(parent, id, title, pos, size, style)
|
||||||
, g_pCodeWindow(nullptr), g_NetPlaySetupDiag(nullptr), g_CheatsWindow(nullptr)
|
, g_pCodeWindow(nullptr), g_NetPlaySetupDiag(nullptr), g_CheatsWindow(nullptr)
|
||||||
, m_ToolBar(nullptr), m_SavedPerspectives(nullptr)
|
, m_SavedPerspectives(nullptr), m_ToolBar(nullptr)
|
||||||
, m_GameListCtrl(nullptr), m_Panel(nullptr)
|
, m_GameListCtrl(nullptr), m_Panel(nullptr)
|
||||||
, m_RenderFrame(nullptr), m_RenderParent(nullptr)
|
, m_RenderFrame(nullptr), m_RenderParent(nullptr)
|
||||||
, m_LogWindow(nullptr), m_LogConfigWindow(nullptr)
|
, m_LogWindow(nullptr), m_LogConfigWindow(nullptr)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user