diff options
Diffstat (limited to 'src/decoder/plugins/FluidsynthDecoderPlugin.cxx')
-rw-r--r-- | src/decoder/plugins/FluidsynthDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/plugins/FluidsynthDecoderPlugin.cxx b/src/decoder/plugins/FluidsynthDecoderPlugin.cxx index 2b4967b95..4ee6ef074 100644 --- a/src/decoder/plugins/FluidsynthDecoderPlugin.cxx +++ b/src/decoder/plugins/FluidsynthDecoderPlugin.cxx @@ -201,7 +201,7 @@ fluidsynth_file_decode(Decoder &decoder, Path path_fs) static bool fluidsynth_scan_file(Path path_fs, - gcc_unused const struct tag_handler *handler, + gcc_unused const TagHandler *handler, gcc_unused void *handler_ctx) { return fluid_is_midifile(path_fs.c_str()); |