From 27307acd7c6f9f9083bdcad38ba54f18d4f080b7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 29 Apr 2006 22:33:31 +0000 Subject: Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio svn-id: r22231 --- sound/softsynth/emumidi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/softsynth/emumidi.h') diff --git a/sound/softsynth/emumidi.h b/sound/softsynth/emumidi.h index b77d55dc6e..89124b8024 100644 --- a/sound/softsynth/emumidi.h +++ b/sound/softsynth/emumidi.h @@ -26,7 +26,7 @@ #define FIXP_SHIFT 16 -class MidiDriver_Emulated : public AudioStream, public MidiDriver { +class MidiDriver_Emulated : public Audio::AudioStream, public MidiDriver { protected: bool _isOpen; Audio::Mixer *_mixer; -- cgit v1.2.3