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/AdPlugDecoderPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/AdPlugDecoderPlugin.cxx') diff --git a/src/decoder/AdPlugDecoderPlugin.cxx b/src/decoder/AdPlugDecoderPlugin.cxx index daac0a740..39dbf118b 100644 --- a/src/decoder/AdPlugDecoderPlugin.cxx +++ b/src/decoder/AdPlugDecoderPlugin.cxx @@ -81,7 +81,7 @@ adplug_file_decode(struct decoder *decoder, const char *path_fs) } static void -adplug_scan_tag(enum tag_type type, const std::string &value, +adplug_scan_tag(TagType type, const std::string &value, const struct tag_handler *handler, void *handler_ctx) { if (!value.empty()) -- cgit v1.2.3