diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/softsynth/fluidsynth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/softsynth/fluidsynth.cpp b/sound/softsynth/fluidsynth.cpp index 4bf68afaea..a424543867 100644 --- a/sound/softsynth/fluidsynth.cpp +++ b/sound/softsynth/fluidsynth.cpp @@ -242,7 +242,7 @@ MusicDevices FluidSynthMusicPlugin::getDevices() const { Common::Error FluidSynthMusicPlugin::createInstance(Audio::Mixer *mixer, MidiDriver **mididriver) const { *mididriver = new MidiDriver_FluidSynth(mixer); - return kNoError; + return Common::kNoError; } MidiDriver *MidiDriver_FluidSynth_create(Audio::Mixer *mixer) { |