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