aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorOliver Kiehl2002-11-26 16:43:50 +0000
committerOliver Kiehl2002-11-26 16:43:50 +0000
commit4544d24fe2995426bb8687799f84fe673cca6f06 (patch)
tree0aecba0763d807cd37e6dedb7d59ed45643ee2b9 /simon
parenta51c1eb5b7d7eee77822b1912d56a68d6ac7fcad (diff)
downloadscummvm-rg350-4544d24fe2995426bb8687799f84fe673cca6f06.tar.gz
scummvm-rg350-4544d24fe2995426bb8687799f84fe673cca6f06.tar.bz2
scummvm-rg350-4544d24fe2995426bb8687799f84fe673cca6f06.zip
oops
svn-id: r5720
Diffstat (limited to 'simon')
-rw-r--r--simon/simonsound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simonsound.h b/simon/simonsound.h
index 42fbda389e..51333266f7 100644
--- a/simon/simonsound.h
+++ b/simon/simonsound.h
@@ -10,7 +10,7 @@ private:
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;
};