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 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 *); |
