From 41b7a04cf3dedaa93aaf3c050db7a693281417f7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 26 Mar 2014 16:43:34 +0000 Subject: Cleanup of various dialogs by inherting TableDialog. --- src/wx/server_dialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wx/server_dialog.h') 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 +#include "table_dialog.h" -class ServerDialog : public wxDialog +class ServerDialog : public TableDialog { public: ServerDialog (wxWindow *); -- cgit v1.2.3