aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/Mpg123DecoderPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-29 07:32:36 +0200
committerMax Kellermann <max@duempel.org>2013-07-29 07:39:58 +0200
commitcde6a3a00c15f90062c8d4f46df07312cbcfa718 (patch)
tree38f61a1990f5993b326563238a8eec6edfbff6e8 /src/decoder/Mpg123DecoderPlugin.cxx
parent96b763067e82d4b3a1b08b3a3c0ccca2114c35f3 (diff)
downloadmpd-cde6a3a00c15f90062c8d4f46df07312cbcfa718.tar.gz
mpd-cde6a3a00c15f90062c8d4f46df07312cbcfa718.tar.xz
mpd-cde6a3a00c15f90062c8d4f46df07312cbcfa718.zip
tag_handler: convert to C++
Diffstat (limited to 'src/decoder/Mpg123DecoderPlugin.cxx')
-rw-r--r--src/decoder/Mpg123DecoderPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/Mpg123DecoderPlugin.cxx b/src/decoder/Mpg123DecoderPlugin.cxx
index ab21a9bac..a22f926f5 100644
--- a/src/decoder/Mpg123DecoderPlugin.cxx
+++ b/src/decoder/Mpg123DecoderPlugin.cxx
@@ -21,7 +21,7 @@
#include "Mpg123DecoderPlugin.hxx"
#include "DecoderAPI.hxx"
#include "audio_check.h"
-#include "tag_handler.h"
+#include "TagHandler.hxx"
#include <glib.h>