diff options
author | Arnaud Boutonné | 2011-01-23 00:08:47 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2011-01-23 00:08:47 +0000 |
commit | 93409aa381b6d953599491cb6b7f3a4c3f117d5a (patch) | |
tree | 14c900cbac8a4761052201205fe08ff9b8696d21 | |
parent | 3f6496d5b5b2caf0b935b27bca557ae53a880302 (diff) | |
download | scummvm-rg350-93409aa381b6d953599491cb6b7f3a4c3f117d5a.tar.gz scummvm-rg350-93409aa381b6d953599491cb6b7f3a4c3f117d5a.tar.bz2 scummvm-rg350-93409aa381b6d953599491cb6b7f3a4c3f117d5a.zip |
HUGO: Fix GCC compilation
svn-id: r55452
-rw-r--r-- | engines/hugo/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |