diff options
author | Max Kellermann <max@duempel.org> | 2013-07-29 07:42:50 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-07-29 07:42:50 +0200 |
commit | bd42aeab462887a0e5b98ca5d3f80f700046ba52 (patch) | |
tree | e3ad7d63032cb43487f1d152ac3379e48d187f8c /src/decoder/VorbisComments.cxx | |
parent | cde6a3a00c15f90062c8d4f46df07312cbcfa718 (diff) | |
download | mpd-bd42aeab462887a0e5b98ca5d3f80f700046ba52.tar.gz mpd-bd42aeab462887a0e5b98ca5d3f80f700046ba52.tar.xz mpd-bd42aeab462887a0e5b98ca5d3f80f700046ba52.zip |
XiphTags: convert to C++
Diffstat (limited to 'src/decoder/VorbisComments.cxx')
-rw-r--r-- | src/decoder/VorbisComments.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/VorbisComments.cxx b/src/decoder/VorbisComments.cxx index 47e853762..dfb9dc314 100644 --- a/src/decoder/VorbisComments.cxx +++ b/src/decoder/VorbisComments.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "VorbisComments.hxx" -#include "XiphTags.h" +#include "XiphTags.hxx" #include "tag.h" #include "tag_table.h" #include "TagHandler.hxx" |