fluid_synth_add_default_mod: specify enum param type explicitly

This commit is contained in:
derselbst 2017-09-07 10:53:08 +02:00
parent 336ae88aaf
commit a89ed74537
2 changed files with 5 additions and 3 deletions

View file

@ -270,7 +270,7 @@ enum fluid_synth_add_mod {
FLUID_SYNTH_ADD, /**< Add (sum) modulator amounts */
};
FLUIDSYNTH_API int fluid_synth_add_default_mod(fluid_synth_t* synth, fluid_mod_t* mod, int mode);
FLUIDSYNTH_API int fluid_synth_add_default_mod(fluid_synth_t* synth, fluid_mod_t* mod, enum fluid_synth_add_mod mode);
/*