mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-09 02:55:56 +00:00
TASInputDlg: Use Bind over Connect for event handling
This commit is contained in:
parent
9daaf94f3c
commit
444e4fe3cf
2 changed files with 11 additions and 16 deletions
|
@ -114,6 +114,4 @@ class TASInputDlg : public wxDialog
|
|||
bool m_is_wii = false;
|
||||
|
||||
wxGridSizer* const m_buttons_dpad = new wxGridSizer(3);
|
||||
|
||||
DECLARE_EVENT_TABLE();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue