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/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 694c88c8f..02a5f509e 100644 --- a/src/decoder/FlacMetadata.cxx +++ b/src/decoder/FlacMetadata.cxx @@ -25,7 +25,7 @@ extern "C" { } #include "tag.h" -#include "tag_handler.h" +#include "TagHandler.hxx" #include "tag_table.h" #include "replay_gain_info.h" -- cgit v1.2.3