diff options
Diffstat (limited to 'src/wx/server_dialog.h')
| -rw-r--r-- | src/wx/server_dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/server_dialog.h b/src/wx/server_dialog.h index 0912fd60f..f42236771 100644 --- a/src/wx/server_dialog.h +++ b/src/wx/server_dialog.h @@ -30,8 +30,8 @@ public: ServerDescription* server () const; private: - void host_changed (wxCommandEvent &); - void threads_changed (wxCommandEvent &); + void host_changed (); + void threads_changed (); ServerDescription* _server; wxTextCtrl* _host; |
