From 93409aa381b6d953599491cb6b7f3a4c3f117d5a Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Sun, 23 Jan 2011 00:08:47 +0000 Subject: HUGO: Fix GCC compilation svn-id: r55452 --- engines/hugo/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/hugo/file.h b/engines/hugo/file.h index 7b093c68ec..b94c4a23f7 100644 --- a/engines/hugo/file.h +++ b/engines/hugo/file.h @@ -96,7 +96,7 @@ protected: Common::File _objectsArchive; // Handle for objects file seq_t *readPCX(Common::File &f, seq_t *seqPtr, byte *imagePtr, bool firstFl, const char *name); - const char *FileManager::getBootCypher(); + const char *getBootCypher(); private: byte *convertPCC(byte *p, uint16 y, uint16 bpl, image_pt data_p); -- cgit v1.2.3