From 0e645f88ae1586dbac2bf0855fd0fda1f8f11eeb Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 2 Oct 2003 17:43:02 +0000 Subject: renamed namespace ScummVM to Common svn-id: r10544 --- scumm/help.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/help.h') diff --git a/scumm/help.h b/scumm/help.h index 37836580ca..72d658fc01 100644 --- a/scumm/help.h +++ b/scumm/help.h @@ -26,7 +26,7 @@ class ScummHelp { protected: - typedef ScummVM::String String; + typedef Common::String String; public: static int numPages(byte gameId); -- cgit v1.2.3