aboutsummaryrefslogtreecommitdiff
path: root/gui/PopUpWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/PopUpWidget.h')
-rw-r--r--gui/PopUpWidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/PopUpWidget.h b/gui/PopUpWidget.h
index 9a5e63ad09..65be3b8daa 100644
--- a/gui/PopUpWidget.h
+++ b/gui/PopUpWidget.h
@@ -23,7 +23,7 @@
#include "gui/widget.h"
#include "common/str.h"
-#include "common/list.h"
+#include "common/array.h"
namespace GUI {
@@ -46,7 +46,7 @@ class PopUpWidget : public Widget, public CommandSender {
String name;
uint32 tag;
};
- typedef Common::List<Entry> EntryList;
+ typedef Common::Array<Entry> EntryList;
protected:
EntryList _entries;
int _selectedItem;