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/WavpackDecoderPlugin.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/decoder/WavpackDecoderPlugin.cxx') diff --git a/src/decoder/WavpackDecoderPlugin.cxx b/src/decoder/WavpackDecoderPlugin.cxx index 56b6efc51..4bdf2122a 100644 --- a/src/decoder/WavpackDecoderPlugin.cxx +++ b/src/decoder/WavpackDecoderPlugin.cxx @@ -260,7 +260,7 @@ wavpack_replaygain(struct replay_gain_info *replay_gain_info, static void wavpack_scan_tag_item(WavpackContext *wpc, const char *name, - enum tag_type type, + TagType type, const struct tag_handler *handler, void *handler_ctx) { char buffer[1024]; @@ -312,7 +312,7 @@ wavpack_scan_file(const char *fname, for (unsigned i = 0; i < TAG_NUM_OF_ITEM_TYPES; ++i) { const char *name = tag_item_names[i]; if (name != nullptr) - wavpack_scan_tag_item(wpc, name, (enum tag_type)i, + wavpack_scan_tag_item(wpc, name, (TagType)i, handler, handler_ctx); } -- cgit v1.2.3