diff options
author | Max Kellermann <max@duempel.org> | 2016-02-19 19:06:06 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-02-19 19:06:06 +0100 |
commit | 86de876b2466da60fb79ce78b49cea0518766d17 (patch) | |
tree | 2a41742cfe1b1680662b17f0570c865841c2e339 /test/dump_rva2.cxx | |
parent | 8a9f04f7fe501af4fb003bf9e46a824b9f796d32 (diff) |
tag/TagId3: move tag_id3_load() to Id3Load.cxx
Diffstat (limited to 'test/dump_rva2.cxx')
-rw-r--r-- | test/dump_rva2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dump_rva2.cxx b/test/dump_rva2.cxx index fff0aa044..34bfde0dc 100644 --- a/test/dump_rva2.cxx +++ b/test/dump_rva2.cxx @@ -18,7 +18,7 @@ */ #include "config.h" -#include "tag/TagId3.hxx" +#include "tag/Id3Load.hxx" #include "tag/TagRva2.hxx" #include "ReplayGainInfo.hxx" #include "config/ConfigGlobal.hxx" |