Re-ordered initialization of m_ToolBar and m_SavedPerspectives

This commit is contained in:
archshift 2014-08-09 14:51:59 -07:00
parent a02a86fde9
commit d46ca557b8
1 changed files with 1 additions and 1 deletions

View File

@ -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)