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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Mar 6 12:06:04 CET 2009


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

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

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

Modified: scummvm/trunk/engines/sci/sfx/core.h
===================================================================
--- scummvm/trunk/engines/sci/sfx/core.h	2009-03-06 09:22:03 UTC (rev 39153)
+++ scummvm/trunk/engines/sci/sfx/core.h	2009-03-06 11:06:04 UTC (rev 39154)
@@ -34,7 +34,7 @@
 
 namespace Sci {
 
-struct SongIterator;
+class SongIterator;
 
 
 #define SOUND_TICK 1000 / 60


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