mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Re-ordered initialization of m_ToolBar and m_SavedPerspectives
This commit is contained in:
parent
a02a86fde9
commit
d46ca557b8
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ CFrame::CFrame(wxFrame* parent,
|
|||
long style)
|
||||
: CRenderFrame(parent, id, title, pos, size, style)
|
||||
, 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_RenderFrame(nullptr), m_RenderParent(nullptr)
|
||||
, m_LogWindow(nullptr), m_LogConfigWindow(nullptr)
|
||||
|
|
Loading…
Add table
Reference in a new issue