From 9edf1e6a1a95f45b9883e298edc7e578ff9495d1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 21 Oct 2006 12:44:10 +0000 Subject: cleanup svn-id: r24407 --- sound/audiocd.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sound/audiocd.h') diff --git a/sound/audiocd.h b/sound/audiocd.h index 2083ffdf39..837edcff82 100644 --- a/sound/audiocd.h +++ b/sound/audiocd.h @@ -31,9 +31,10 @@ namespace Audio { + class DigitalTrackInfo { public: - virtual void play(Audio::Mixer *mixer, Audio::SoundHandle *handle, int startFrame, int duration) = 0; + virtual void play(Mixer *mixer, SoundHandle *handle, int startFrame, int duration) = 0; virtual ~DigitalTrackInfo() { } }; @@ -65,7 +66,7 @@ private: private: /* used for emulated CD music */ struct ExtStatus : Status { - Audio::SoundHandle handle; + SoundHandle handle; }; ExtStatus _cd; @@ -81,6 +82,7 @@ private: DigitalTrackInfo *_trackInfo[CACHE_TRACKS]; int _currentCache; + Mixer *_mixer; }; /** Shortcut for accessing the audio CD manager. */ -- cgit v1.2.3