fluid_synth_set_channel_type() was not exported properly

This commit is contained in:
derselbst 2017-08-11 12:03:00 +02:00
parent e009f283d6
commit 682d3b0b31
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 */