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/charset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/charset.h') diff --git a/scumm/charset.h b/scumm/charset.h index e464ede692..dd0375c01c 100644 --- a/scumm/charset.h +++ b/scumm/charset.h @@ -30,7 +30,7 @@ struct VirtScreen; class CharsetRenderer { public: - ScummVM::Rect _str; + Common::Rect _str; int _nextLeft, _nextTop; int _top; -- cgit v1.2.3