decoder: rename the struct to "Decoder"
This commit is contained in:
@@ -92,7 +92,7 @@ fluidsynth_init(const config_param ¶m)
|
||||
}
|
||||
|
||||
static void
|
||||
fluidsynth_file_decode(struct decoder *decoder, const char *path_fs)
|
||||
fluidsynth_file_decode(Decoder &decoder, const char *path_fs)
|
||||
{
|
||||
char setting_sample_rate[] = "synth.sample-rate";
|
||||
/*
|
||||
|
Reference in New Issue
Block a user