From b8a2b38e4168c34813aa8ab6f3b8d371e799fbad Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 6 Mar 2009 11:06:04 +0000 Subject: SongIterator is a class, not a struct svn-id: r39154 --- engines/sci/sfx/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3