Fixed warnings about field initialisation order.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@358 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
b64722d4d5
commit
ae7d236fdf
|
@ -108,8 +108,8 @@ inline wxBitmap _wxGetBitmapFromMemory(const unsigned char* data, int length)
|
||||||
CCodeWindow::CCodeWindow(const SCoreStartupParameter& _LocalCoreStartupParameter, wxWindow* parent, wxWindowID id,
|
CCodeWindow::CCodeWindow(const SCoreStartupParameter& _LocalCoreStartupParameter, wxWindow* parent, wxWindowID id,
|
||||||
const wxString& title, const wxPoint& pos, const wxSize& size, long style)
|
const wxString& title, const wxPoint& pos, const wxSize& size, long style)
|
||||||
: wxFrame(parent, id, title, pos, size, style)
|
: wxFrame(parent, id, title, pos, size, style)
|
||||||
, m_RegisterWindow(NULL)
|
|
||||||
, m_LogWindow(NULL)
|
, m_LogWindow(NULL)
|
||||||
|
, m_RegisterWindow(NULL)
|
||||||
{
|
{
|
||||||
InitBitmaps();
|
InitBitmaps();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue