aboutsummaryrefslogtreecommitdiff
path: root/gui/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/message.h')
-rw-r--r--gui/message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/message.h b/gui/message.h
index 63cca41c80..69f630a538 100644
--- a/gui/message.h
+++ b/gui/message.h
@@ -26,8 +26,8 @@
#include "common/list.h"
class MessageDialog : public Dialog {
- typedef ScummVM::String String;
- typedef ScummVM::StringList StringList;
+ typedef Common::String String;
+ typedef Common::StringList StringList;
public:
MessageDialog(NewGui *gui, const String &message, uint32 timer = 0, bool showOKButton = true, bool showCancelButton = false);