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 --- test/read_tags.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/read_tags.cxx b/test/read_tags.cxx index aae2a2df9..7b631cae5 100644 --- a/test/read_tags.cxx +++ b/test/read_tags.cxx @@ -124,7 +124,7 @@ print_duration(unsigned seconds, gcc_unused void *ctx) } static void -print_tag(enum tag_type type, const char *value, gcc_unused void *ctx) +print_tag(TagType type, const char *value, gcc_unused void *ctx) { g_print("[%s]=%s\n", tag_item_names[type], value); empty = false; -- cgit v1.2.3