[Scummvm-cvs-logs] SF.net SVN: scummvm:[55452] scummvm/trunk/engines/hugo/file.h

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Sun Jan 23 01:08:47 CET 2011


Revision: 55452
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55452&view=rev
Author:   strangerke
Date:     2011-01-23 00:08:47 +0000 (Sun, 23 Jan 2011)

Log Message:
-----------
HUGO: Fix GCC compilation

Modified Paths:
--------------
    scummvm/trunk/engines/hugo/file.h

Modified: scummvm/trunk/engines/hugo/file.h
===================================================================
--- scummvm/trunk/engines/hugo/file.h	2011-01-23 00:05:52 UTC (rev 55451)
+++ scummvm/trunk/engines/hugo/file.h	2011-01-23 00:08:47 UTC (rev 55452)
@@ -96,7 +96,7 @@
 	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);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list