[Scummvm-cvs-logs] SF.net SVN: scummvm:[39167] scummvm/trunk/engines/sci/sfx/player.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Mar 7 00:52:12 CET 2009


Revision: 39167
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39167&view=rev
Author:   thebluegr
Date:     2009-03-06 23:52:12 +0000 (Fri, 06 Mar 2009)

Log Message:
-----------
SongIterator is a class, not a struct

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sfx/player.h

Modified: scummvm/trunk/engines/sci/sfx/player.h
===================================================================
--- scummvm/trunk/engines/sci/sfx/player.h	2009-03-06 22:53:08 UTC (rev 39166)
+++ scummvm/trunk/engines/sci/sfx/player.h	2009-03-06 23:52:12 UTC (rev 39167)
@@ -35,7 +35,7 @@
 
 namespace Sci {
 
-struct SongIterator;
+class SongIterator;
 struct SongIteratorMessage;
 
 typedef void tell_synth_func(int buf_nr, byte *buf);


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