diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/read_tags.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |