summaryrefslogtreecommitdiff
path: root/src/wx/server_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-26 11:14:41 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-26 11:14:41 +0100
commit16a7ea91e973b327735658857cbf996cc740be77 (patch)
treeab67c21cb8cb85274b079268ef7c8d2160e3cae2 /src/wx/server_dialog.h
parent750ad2a59ff2b3487859b6c290d06c0129cb6aa0 (diff)
Remove old Connect() wxWidgets API and use Bind().
Diffstat (limited to 'src/wx/server_dialog.h')
-rw-r--r--src/wx/server_dialog.h4
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;