diff options
author | Max Kellermann <max@duempel.org> | 2013-07-28 13:18:48 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-07-28 13:18:48 +0200 |
commit | 43f613d9be9aa2953dcfc0aacfbdfb56d5d1a708 (patch) | |
tree | 70cd76be89e7aa8c7e92690eeabb331d31abf346 /src/SongUpdate.cxx | |
parent | 2277d143fa4e407bffa9cb169820c9612ebae7a0 (diff) |
decoder_api: convert to C++
Diffstat (limited to 'src/SongUpdate.cxx')
-rw-r--r-- | src/SongUpdate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SongUpdate.cxx b/src/SongUpdate.cxx index dde2ad57a..a7666b47d 100644 --- a/src/SongUpdate.cxx +++ b/src/SongUpdate.cxx @@ -30,7 +30,7 @@ extern "C" { #include "fs/FileSystem.hxx" #include "tag.h" #include "input_stream.h" -#include "decoder_plugin.h" +#include "DecoderPlugin.hxx" #include "DecoderList.hxx" extern "C" { |