[Scummvm-cvs-logs] SF.net SVN: scummvm: [22807] scummvm/trunk/engines/kyra/sound_digital.cpp

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Wed May 31 12:56:02 CEST 2006


Revision: 22807
Author:   anotherguest
Date:     2006-05-31 12:55:29 -0700 (Wed, 31 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22807&view=rev

Log Message:
-----------
GCC 2.9x fix for Symbian OS, for accessing class within Common namespace

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/sound_digital.cpp
Modified: scummvm/trunk/engines/kyra/sound_digital.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound_digital.cpp	2006-05-31 19:34:26 UTC (rev 22806)
+++ scummvm/trunk/engines/kyra/sound_digital.cpp	2006-05-31 19:55:29 UTC (rev 22807)
@@ -86,7 +86,7 @@
 	// Symbian can't share filehandles between different threads.
 	// So create a new file and seek that to the other filehandle's
 	// position
-	_file = new File;
+	_file = new Common::File;
 	_file->open(file->name());
 	_file->seek(file->pos());
 #else


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