diff options
author | Filippos Karapetis | 2009-03-06 23:52:12 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-03-06 23:52:12 +0000 |
commit | fc4df48e135dea9ea87d8e914ca59fe300dba3fe (patch) | |
tree | b6336d40aa59fb205de7efe21af5e796feb7ce96 | |
parent | 8639e34b41a22336301bff08827dfc7f0988424c (diff) | |
download | scummvm-rg350-fc4df48e135dea9ea87d8e914ca59fe300dba3fe.tar.gz scummvm-rg350-fc4df48e135dea9ea87d8e914ca59fe300dba3fe.tar.bz2 scummvm-rg350-fc4df48e135dea9ea87d8e914ca59fe300dba3fe.zip |
SongIterator is a class, not a struct
svn-id: r39167
-rw-r--r-- | engines/sci/sfx/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sfx/player.h b/engines/sci/sfx/player.h index 98a2cc989f..6c375cb507 100644 --- a/engines/sci/sfx/player.h +++ b/engines/sci/sfx/player.h @@ -35,7 +35,7 @@ namespace Sci { -struct SongIterator; +class SongIterator; struct SongIteratorMessage; typedef void tell_synth_func(int buf_nr, byte *buf); |