aboutsummaryrefslogtreecommitdiff
path: root/src/wx/InputConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/InputConfig.h')
-rw-r--r--src/wx/InputConfig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/InputConfig.h b/src/wx/InputConfig.h
index 35d1e3f..adf8dec 100644
--- a/src/wx/InputConfig.h
+++ b/src/wx/InputConfig.h
@@ -35,7 +35,8 @@ public:
private:
wxDECLARE_EVENT_TABLE();
- void OnDerp(wxCommandEvent& event);
+ void OnOk(wxCommandEvent& event);
+ void OnCancel(wxCommandEvent& event);
void OnConfigureKey(wxMouseEvent& event);
void OnConfigureJoy(wxMouseEvent& event);