diff --git a/.travis.yml b/.travis.yml index cebfe8c5..a6ec97d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -174,5 +174,5 @@ before_script: - mkdir build && cd build script: - - cmake "${CMAKE_FLAGS}" "-DCMAKE_BUILD_TYPE=RelWithDebInfo" .. + - cmake ${CMAKE_FLAGS} "-DCMAKE_BUILD_TYPE=RelWithDebInfo" .. - make -j4 diff --git a/fluidsynth/include/fluidsynth/synth.h b/fluidsynth/include/fluidsynth/synth.h index d54f0d5c..bee64d4c 100644 --- a/fluidsynth/include/fluidsynth/synth.h +++ b/fluidsynth/include/fluidsynth/synth.h @@ -108,7 +108,7 @@ enum fluid_midi_channel_type CHANNEL_TYPE_DRUM = 1 }; -int fluid_synth_set_channel_type(fluid_synth_t* synth, int chan, int type); +FLUIDSYNTH_API int fluid_synth_set_channel_type(fluid_synth_t* synth, int chan, int type); /* Low level access */