diff options
Diffstat (limited to 'src/game_tab/editor/EditorPanelBF.h')
| -rw-r--r-- | src/game_tab/editor/EditorPanelBF.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game_tab/editor/EditorPanelBF.h b/src/game_tab/editor/EditorPanelBF.h index 092d750..c5b38d5 100644 --- a/src/game_tab/editor/EditorPanelBF.h +++ b/src/game_tab/editor/EditorPanelBF.h @@ -24,6 +24,7 @@ #include <wx/icon.h> #include <wx/button.h> #include <wx/listctrl.h> +#include <wx/listbox.h> #include <wx/notebook.h> /////////////////////////////////////////////////////////////////////////// @@ -55,7 +56,7 @@ class EditorPanelBF : public wxPanel wxButton* delete_button; wxPanel* engine_page; wxStaticText* engine_list_label; - wxListCtrl* engine_list; + wxListBox* engine_list; wxButton* analyze_game_button; wxButton* live_analysis_button; |
