aboutsummaryrefslogtreecommitdiff
path: root/sound/audiocd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/audiocd.h')
-rw-r--r--sound/audiocd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/audiocd.h b/sound/audiocd.h
index d523bc5a46..8d2ffdc364 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, PlayingSoundHandle *handle, int startFrame, int duration) = 0;
+ virtual void play(SoundMixer *mixer, SoundHandle *handle, int startFrame, int duration) = 0;
virtual ~DigitalTrackInfo() { }
};
@@ -62,7 +62,7 @@ private:
private:
/* used for emulated CD music */
struct ExtStatus : Status {
- PlayingSoundHandle handle;
+ SoundHandle handle;
};
ExtStatus _cd;