From 14f21378e3c623ef8ab1a0fa734a6b35bc4d9b58 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 29 Jul 2013 07:37:52 +0200 Subject: tag_table: convert to C++ --- src/ApeTag.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ApeTag.cxx') diff --git a/src/ApeTag.cxx b/src/ApeTag.cxx index 7713310c1..e0ef24c75 100644 --- a/src/ApeTag.cxx +++ b/src/ApeTag.cxx @@ -21,7 +21,7 @@ #include "ApeTag.hxx" #include "ApeLoader.hxx" #include "tag.h" -#include "tag_table.h" +#include "TagTable.hxx" #include "TagHandler.hxx" const struct tag_table ape_tags[] = { -- cgit v1.2.3