aboutsummaryrefslogtreecommitdiff
path: root/sound/audiocd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/audiocd.h')
-rw-r--r--sound/audiocd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/audiocd.h b/sound/audiocd.h
index 72bb3be389..9a2ffc4810 100644
--- a/sound/audiocd.h
+++ b/sound/audiocd.h
@@ -30,7 +30,7 @@
class DigitalTrackInfo {
public:
virtual bool error() = 0;
- virtual void play(SoundMixer *mixer, SoundHandle *handle, int startFrame, int duration) = 0;
+ virtual void play(Audio::Mixer *mixer, SoundHandle *handle, int startFrame, int duration) = 0;
virtual ~DigitalTrackInfo() { }
};