aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/editor/LiveEngineDialogFB.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game_tab/editor/LiveEngineDialogFB.h')
-rw-r--r--src/game_tab/editor/LiveEngineDialogFB.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game_tab/editor/LiveEngineDialogFB.h b/src/game_tab/editor/LiveEngineDialogFB.h
index 10448c6..307eae1 100644
--- a/src/game_tab/editor/LiveEngineDialogFB.h
+++ b/src/game_tab/editor/LiveEngineDialogFB.h
@@ -16,7 +16,7 @@
#include <wx/colour.h>
#include <wx/settings.h>
#include <wx/sizer.h>
-#include <wx/listbox.h>
+#include <wx/listctrl.h>
#include <wx/dialog.h>
///////////////////////////////////////////////////////////////////////////
@@ -32,7 +32,7 @@ class LiveEngineDialogFB : public wxDialog
protected:
wxStaticText* current_engine_label;
wxStaticText* current_engine;
- wxListBox* lines_list;
+ wxListCtrl* lines_list;
public: