diff options
Diffstat (limited to 'src/connection_dialog.h')
-rw-r--r-- | src/connection_dialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/connection_dialog.h b/src/connection_dialog.h index 5d2703d..9fe62fd 100644 --- a/src/connection_dialog.h +++ b/src/connection_dialog.h | |||
@@ -8,6 +8,7 @@ | |||
8 | #endif | 8 | #endif |
9 | 9 | ||
10 | #include <string> | 10 | #include <string> |
11 | #include <wx/listbox.h> | ||
11 | 12 | ||
12 | class ConnectionDialog : public wxDialog { | 13 | class ConnectionDialog : public wxDialog { |
13 | public: | 14 | public: |
@@ -22,9 +23,12 @@ class ConnectionDialog : public wxDialog { | |||
22 | } | 23 | } |
23 | 24 | ||
24 | private: | 25 | private: |
26 | void OnOldConnectionChosen(wxCommandEvent& e); | ||
27 | |||
25 | wxTextCtrl* server_box_; | 28 | wxTextCtrl* server_box_; |
26 | wxTextCtrl* player_box_; | 29 | wxTextCtrl* player_box_; |
27 | wxTextCtrl* password_box_; | 30 | wxTextCtrl* password_box_; |
31 | wxListBox* history_list_; | ||
28 | }; | 32 | }; |
29 | 33 | ||
30 | #endif /* end of include guard: CONNECTION_DIALOG_H_E526D0E7 */ | 34 | #endif /* end of include guard: CONNECTION_DIALOG_H_E526D0E7 */ |