TASInputDlg: Use Bind over Connect for event handling

This commit is contained in:
Lioncash
2014-11-02 14:16:07 -05:00
parent 9daaf94f3c
commit 444e4fe3cf
2 changed files with 11 additions and 16 deletions

View File

@ -114,6 +114,4 @@ class TASInputDlg : public wxDialog
bool m_is_wii = false;
wxGridSizer* const m_buttons_dpad = new wxGridSizer(3);
DECLARE_EVENT_TABLE();
};