diff options
author | Max Kellermann <max@duempel.org> | 2013-07-29 07:32:36 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-07-29 07:39:58 +0200 |
commit | cde6a3a00c15f90062c8d4f46df07312cbcfa718 (patch) | |
tree | 38f61a1990f5993b326563238a8eec6edfbff6e8 /test | |
parent | 96b763067e82d4b3a1b08b3a3c0ccca2114c35f3 (diff) |
tag_handler: convert to C++
Diffstat (limited to 'test')
-rw-r--r-- | test/read_tags.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/read_tags.cxx b/test/read_tags.cxx index eda2604f6..9d8adf77e 100644 --- a/test/read_tags.cxx +++ b/test/read_tags.cxx @@ -24,7 +24,7 @@ #include "InputInit.hxx" #include "InputStream.hxx" #include "audio_format.h" -#include "tag_handler.h" +#include "TagHandler.hxx" #include "TagId3.hxx" #include "ApeTag.hxx" |