mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 22:49:00 +01:00
Windows build fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6378 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
33421457d6
commit
36d43365e6
@ -351,7 +351,9 @@ CFrame::CFrame(wxFrame* parent,
|
||||
for (int i = 0; i <= IDM_CODEWINDOW - IDM_LOGWINDOW; i++)
|
||||
bFloatWindow[i] = false;
|
||||
|
||||
#ifdef __WXGTK__
|
||||
panic_event.Init();
|
||||
#endif
|
||||
|
||||
if (ShowLogWindow) SConfig::GetInstance().m_InterfaceLogWindow = true;
|
||||
|
||||
@ -492,7 +494,9 @@ CFrame::~CFrame()
|
||||
|
||||
ClosePages();
|
||||
|
||||
#ifdef __WXGTK__
|
||||
panic_event.Shutdown();
|
||||
#endif
|
||||
|
||||
delete m_Mgr;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user