aboutsummaryrefslogtreecommitdiff
path: root/scumm/dialogs.h
diff options
context:
space:
mode:
authorMax Horn2003-10-02 17:43:02 +0000
committerMax Horn2003-10-02 17:43:02 +0000
commit0e645f88ae1586dbac2bf0855fd0fda1f8f11eeb (patch)
treecef3882f5cb527ab9ced0c208d6f9c045bf8f3c4 /scumm/dialogs.h
parentf26d3d1784756fccaaf306f6b13a28cb709ad5bc (diff)
downloadscummvm-rg350-0e645f88ae1586dbac2bf0855fd0fda1f8f11eeb.tar.gz
scummvm-rg350-0e645f88ae1586dbac2bf0855fd0fda1f8f11eeb.tar.bz2
scummvm-rg350-0e645f88ae1586dbac2bf0855fd0fda1f8f11eeb.zip
renamed namespace ScummVM to Common
svn-id: r10544
Diffstat (limited to 'scumm/dialogs.h')
-rw-r--r--scumm/dialogs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/dialogs.h b/scumm/dialogs.h
index d0abd0c404..eb0e2eb14a 100644
--- a/scumm/dialogs.h
+++ b/scumm/dialogs.h
@@ -38,7 +38,7 @@ public:
: Dialog(gui, x, y, w, h), _scumm(scumm) {}
protected:
- typedef ScummVM::String String;
+ typedef Common::String String;
Scumm *_scumm;
@@ -88,7 +88,7 @@ public:
virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
protected:
- typedef ScummVM::String String;
+ typedef Common::String String;
PushButtonWidget *_nextButton;
PushButtonWidget *_prevButton;