diff options
author | Filippos Karapetis | 2009-03-06 11:06:04 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-03-06 11:06:04 +0000 |
commit | b8a2b38e4168c34813aa8ab6f3b8d371e799fbad (patch) | |
tree | cd41ff24bf4fa3a5d80c4117c88b4b2d697565c5 | |
parent | d16b4ef949aabced00fbcb7ab4642f8d483f335f (diff) | |
download | scummvm-rg350-b8a2b38e4168c34813aa8ab6f3b8d371e799fbad.tar.gz scummvm-rg350-b8a2b38e4168c34813aa8ab6f3b8d371e799fbad.tar.bz2 scummvm-rg350-b8a2b38e4168c34813aa8ab6f3b8d371e799fbad.zip |
SongIterator is a class, not a struct
svn-id: r39154
-rw-r--r-- | engines/sci/sfx/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sfx/core.h b/engines/sci/sfx/core.h index d839f496bf..6517c6ba85 100644 --- a/engines/sci/sfx/core.h +++ b/engines/sci/sfx/core.h @@ -34,7 +34,7 @@ namespace Sci { -struct SongIterator; +class SongIterator; #define SOUND_TICK 1000 / 60 |