aboutsummaryrefslogtreecommitdiff
path: root/gui/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/browser.h')
-rw-r--r--gui/browser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/browser.h b/gui/browser.h
index d7c41a9957..640570ad41 100644
--- a/gui/browser.h
+++ b/gui/browser.h
@@ -32,8 +32,8 @@ class FilesystemNode;
class FSList;
class BrowserDialog : public Dialog {
- typedef ScummVM::String String;
- typedef ScummVM::StringList StringList;
+ typedef Common::String String;
+ typedef Common::StringList StringList;
public:
BrowserDialog(NewGui *gui, const char *title);
virtual ~BrowserDialog();