added close event so application got shutdown correctly

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1083 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
fires.gc
2008-11-05 22:58:26 +00:00
parent 46c284f7a9
commit 135b6e1eb8
2 changed files with 11 additions and 3 deletions

View File

@ -80,6 +80,7 @@ class CFrame : public wxFrame
void OnHostMessage(wxCommandEvent& event);
void OnLoadState(wxCommandEvent& event);
void OnSaveState(wxCommandEvent& event);
void OnClose(wxCloseEvent &event);
wxStatusBar* m_pStatusBar;