From 1a615346abab8f234c3dbd1c55e78b179bca9d87 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 10 May 2005 23:48:48 +0000 Subject: Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' because we already have many classes with that name) svn-id: r18039 --- sound/softsynth/emumidi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sound/softsynth/emumidi.h') diff --git a/sound/softsynth/emumidi.h b/sound/softsynth/emumidi.h index 19e2e86476..9fd0113a7f 100644 --- a/sound/softsynth/emumidi.h +++ b/sound/softsynth/emumidi.h @@ -28,7 +28,7 @@ class MidiDriver_Emulated : public AudioStream, public MidiDriver { protected: bool _isOpen; - SoundMixer *_mixer; + Audio::Mixer *_mixer; private: Common::Timer::TimerProc _timerProc; @@ -44,7 +44,7 @@ protected: int _baseFreq; public: - MidiDriver_Emulated(SoundMixer *mixer) : _mixer(mixer) { + MidiDriver_Emulated(Audio::Mixer *mixer) : _mixer(mixer) { _isOpen = false; _timerProc = 0; -- cgit v1.2.3