[Scummvm-cvs-logs] CVS: scummvm/simon simonsound.h,1.3,1.4

Oliver Kiehl olki at users.sourceforge.net
Tue Nov 26 08:44:06 CET 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv7765

Modified Files:
	simonsound.h 
Log Message:
oops


Index: simonsound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simonsound.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- simonsound.h	26 Nov 2002 16:35:20 -0000	1.3
+++ simonsound.h	26 Nov 2002 16:43:50 -0000	1.4
@@ -10,7 +10,7 @@
 		SoundMixer *_mixer;
 
 	public:
-		SimonSound::Sound::Sound(SoundMixer *mixer, File *file, uint32 base = 0);
+		Sound(SoundMixer *mixer, File *file, uint32 base = 0);
 		virtual int playSound(uint sound, PlayingSoundHandle *handle, byte flags = 0) = 0;
 	};
 





More information about the Scummvm-git-logs mailing list