From a78b2d84ed7c2a82c69c56125036e70b009a87b0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 20 Oct 2013 13:32:59 +0200 Subject: TagType: rename enum tag_type to TagType --- src/decoder/DsdiffDecoderPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/DsdiffDecoderPlugin.cxx') 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; -- cgit v1.2.3