[Scummvm-cvs-logs] SF.net SVN: scummvm:[34907] scummvm/trunk/sound/softsynth/fluidsynth.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Wed Nov 5 22:10:12 CET 2008
Revision: 34907
http://scummvm.svn.sourceforge.net/scummvm/?rev=34907&view=rev
Author: eriktorbjorn
Date: 2008-11-05 21:10:12 +0000 (Wed, 05 Nov 2008)
Log Message:
-----------
Fixed compile error.
Modified Paths:
--------------
scummvm/trunk/sound/softsynth/fluidsynth.cpp
Modified: scummvm/trunk/sound/softsynth/fluidsynth.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/fluidsynth.cpp 2008-11-05 17:24:56 UTC (rev 34906)
+++ scummvm/trunk/sound/softsynth/fluidsynth.cpp 2008-11-05 21:10:12 UTC (rev 34907)
@@ -242,7 +242,7 @@
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) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list