From cde6a3a00c15f90062c8d4f46df07312cbcfa718 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 29 Jul 2013 07:32:36 +0200 Subject: tag_handler: 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 1195ffe5f..7713310c1 100644 --- a/src/ApeTag.cxx +++ b/src/ApeTag.cxx @@ -22,7 +22,7 @@ #include "ApeLoader.hxx" #include "tag.h" #include "tag_table.h" -#include "tag_handler.h" +#include "TagHandler.hxx" const struct tag_table ape_tags[] = { { "album artist", TAG_ALBUM_ARTIST }, -- cgit v1.2.3