diff options
Diffstat (limited to 'sound/softsynth')
| -rw-r--r-- | sound/softsynth/emumidi.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
