diff options
Diffstat (limited to 'engines/sci/sfx/core.h')
-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 |