[Scummvm-cvs-logs] SF.net SVN: scummvm:[46356] tools/branches/gsoc2009-gui/utils/file.h

joostp at users.sourceforge.net joostp at users.sourceforge.net
Sun Dec 13 00:40:02 CET 2009


Revision: 46356
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46356&view=rev
Author:   joostp
Date:     2009-12-12 23:40:01 +0000 (Sat, 12 Dec 2009)

Log Message:
-----------
fix compilation with gcc

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/utils/file.h

Modified: tools/branches/gsoc2009-gui/utils/file.h
===================================================================
--- tools/branches/gsoc2009-gui/utils/file.h	2009-12-12 22:05:31 UTC (rev 46355)
+++ tools/branches/gsoc2009-gui/utils/file.h	2009-12-12 23:40:01 UTC (rev 46356)
@@ -306,7 +306,7 @@
 	 * Reads a string, using until NULL or EOF or CR/LF
 	 * Throws FileException if file is not open / if read failed.
 	 */
-	void File::scanString(char *result);
+	void scanString(char *result);
 
 	/**
 	 * Writes a single character (equivalent of fputc)


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