From b75c969e666b9f262a05e0d1e54d56f7d3e45441 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 10 May 2005 22:56:25 +0000 Subject: Moved class File and the MD5 stuff to namespace Common svn-id: r18037 --- scumm/intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/intern.h') diff --git a/scumm/intern.h b/scumm/intern.h index 48a0b26043..af549c4d77 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -675,7 +675,7 @@ protected: const OpcodeEntryv60he *_opcodesv60he; - File _hFileTable[17]; + Common::File _hFileTable[17]; public: ScummEngine_v60he(GameDetector *detector, OSystem *syst, const ScummGameSettings &gs, uint8 md5sum[16]) : ScummEngine_v6(detector, syst, gs, md5sum) {} -- cgit v1.2.3