tag_rva2: convert to C++

This commit is contained in:
Max Kellermann
2013-07-26 12:09:17 +02:00
parent c8054e569a
commit 1fcf35ad3b
5 changed files with 15 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2003-2012 The Music Player Daemon Project
* Copyright (C) 2003-2013 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -18,8 +18,10 @@
*/
#include "config.h"
extern "C" {
#include "tag_id3.h"
#include "tag_rva2.h"
}
#include "TagRva2.hxx"
#include "replay_gain_info.h"
#include "conf.h"
#include "tag.h"