diff options
Diffstat (limited to 'src/decoder/DsdiffDecoderPlugin.cxx')
-rw-r--r-- | src/decoder/DsdiffDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/DsdiffDecoderPlugin.cxx b/src/decoder/DsdiffDecoderPlugin.cxx index 93002509f..95d4c4844 100644 --- a/src/decoder/DsdiffDecoderPlugin.cxx +++ b/src/decoder/DsdiffDecoderPlugin.cxx @@ -202,7 +202,7 @@ static void dsdiff_handle_native_tag(struct input_stream *is, const struct tag_handler *handler, void *handler_ctx, input_stream::offset_type tagoffset, - enum tag_type type) + TagType type) { if (!dsdlib_skip_to(nullptr, is, tagoffset)) return; |