diff options
Diffstat (limited to 'src/decoder/plugins/DsdLib.hxx')
-rw-r--r-- | src/decoder/plugins/DsdLib.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/decoder/plugins/DsdLib.hxx b/src/decoder/plugins/DsdLib.hxx index c1a059c55..06c61e500 100644 --- a/src/decoder/plugins/DsdLib.hxx +++ b/src/decoder/plugins/DsdLib.hxx @@ -26,7 +26,7 @@ #include <stdint.h> -struct TagHandler; +class TagHandler; class DecoderClient; class InputStream; @@ -79,8 +79,7 @@ dsdlib_valid_freq(uint32_t samplefreq) noexcept; * DSF and DSDIFF files are imported */ void -dsdlib_tag_id3(InputStream &is, - const TagHandler &handler, - void *handler_ctx, offset_type tagoffset); +dsdlib_tag_id3(InputStream &is, TagHandler &handler, + offset_type tagoffset); #endif |