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/decoder/FlacMetadata.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/FlacMetadata.cxx') diff --git a/src/decoder/FlacMetadata.cxx b/src/decoder/FlacMetadata.cxx index 9c227e546..64f091c04 100644 --- a/src/decoder/FlacMetadata.cxx +++ b/src/decoder/FlacMetadata.cxx @@ -22,7 +22,7 @@ #include "XiphTags.hxx" #include "tag.h" #include "TagHandler.hxx" -#include "tag_table.h" +#include "TagTable.hxx" #include "replay_gain_info.h" #include -- cgit v1.2.3