diff options
-rw-r--r-- | simon/simonsound.h | 2 |
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; }; |