diff options
-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); |