diff options
Diffstat (limited to 'gui/PopUpWidget.h')
-rw-r--r-- | gui/PopUpWidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/PopUpWidget.h b/gui/PopUpWidget.h index c27ce80f53..0027fe0ea6 100644 --- a/gui/PopUpWidget.h +++ b/gui/PopUpWidget.h @@ -38,13 +38,13 @@ enum { */ class PopUpWidget : public Widget, public CommandSender { friend class PopUpDialog; - typedef ScummVM::String String; + typedef Common::String String; struct Entry { String name; uint32 tag; }; - typedef ScummVM::List<Entry> EntryList; + typedef Common::List<Entry> EntryList; protected: static const String emptyStr; |