mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
warning fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@738 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -93,14 +93,10 @@ SetTitle(wxT("Sound Debugging"));
|
||||
|
||||
wxStaticBoxSizer* sLeft;
|
||||
|
||||
wxListCtrl* m_MemcardList[2];
|
||||
wxTimer* m_Timer;
|
||||
|
||||
|
||||
// declarations
|
||||
wxCheckBox *m_Check[2];
|
||||
wxRadioButton *m_Radio[6];
|
||||
wxPanel *m_Controller;
|
||||
|
||||
// checkboxes
|
||||
m_Check[0] = new wxCheckBox(this, IDC_CHECK0, wxT("Save to file"),
|
||||
@ -190,4 +186,4 @@ void CDebugger::NotifyUpdate()
|
||||
{
|
||||
m_GPRListView->Update();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user