summaryrefslogtreecommitdiff
path: root/src/wx/server_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-26 16:43:34 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-26 16:43:34 +0000
commit41b7a04cf3dedaa93aaf3c050db7a693281417f7 (patch)
tree9d5a2bf36e65dea84f105d5c96e705474020cf26 /src/wx/server_dialog.h
parent5dc5a43bf61847cf863b29ef47d0046a9d4fdef0 (diff)
Cleanup of various dialogs by inherting TableDialog.
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 9d758d7c0..b434b0e1a 100644
--- a/src/wx/server_dialog.h
+++ b/src/wx/server_dialog.h
@@ -17,9 +17,9 @@
*/
-#include <wx/wx.h>
+#include "table_dialog.h"
-class ServerDialog : public wxDialog
+class ServerDialog : public TableDialog
{
public:
ServerDialog (wxWindow *);