aboutsummaryrefslogtreecommitdiff
path: root/simon/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/sound.h')
-rw-r--r--simon/sound.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/simon/sound.h b/simon/sound.h
index e17a331c14..8a510a4e66 100644
--- a/simon/sound.h
+++ b/simon/sound.h
@@ -20,7 +20,7 @@
#include "sound/mixer.h"
#include "simon/intern.h"
-class Sound;
+class BaseSound;
class SimonSound {
private:
@@ -32,8 +32,8 @@ private:
int _voice_index;
int _ambient_index;
- Sound *_voice;
- Sound *_effects;
+ BaseSound *_voice;
+ BaseSound *_effects;
bool _effects_paused;
bool _ambient_paused;