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/DsfDecoderPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/DsfDecoderPlugin.cxx') diff --git a/src/decoder/DsfDecoderPlugin.cxx b/src/decoder/DsfDecoderPlugin.cxx index 545f12975..c19669dd6 100644 --- a/src/decoder/DsfDecoderPlugin.cxx +++ b/src/decoder/DsfDecoderPlugin.cxx @@ -33,7 +33,7 @@ #include "audio_check.h" #include "util/bit_reverse.h" #include "DsdLib.hxx" -#include "tag_handler.h" +#include "TagHandler.hxx" #include #include /* for SEEK_SET, SEEK_CUR */ -- cgit v1.2.3