tag_handler: convert to C++

This commit is contained in:
Max Kellermann
2013-07-29 07:32:36 +02:00
parent 96b763067e
commit cde6a3a00c
32 changed files with 58 additions and 63 deletions

View File

@@ -27,7 +27,7 @@
#include "DsdLib.hxx"
#include "DecoderAPI.hxx"
#include "util/bit_reverse.h"
#include "tag_handler.h"
#include "TagHandler.hxx"
#include "TagId3.hxx"
#include <unistd.h>