aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFilippos Karapetis2009-03-06 23:52:12 +0000
committerFilippos Karapetis2009-03-06 23:52:12 +0000
commitfc4df48e135dea9ea87d8e914ca59fe300dba3fe (patch)
treeb6336d40aa59fb205de7efe21af5e796feb7ce96 /engines
parent8639e34b41a22336301bff08827dfc7f0988424c (diff)
downloadscummvm-rg350-fc4df48e135dea9ea87d8e914ca59fe300dba3fe.tar.gz
scummvm-rg350-fc4df48e135dea9ea87d8e914ca59fe300dba3fe.tar.bz2
scummvm-rg350-fc4df48e135dea9ea87d8e914ca59fe300dba3fe.zip
SongIterator is a class, not a struct
svn-id: r39167
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/sfx/player.h2
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);