Use a standard type rather than TagLib::wchar.

This won't break the ABI compatibility.
This commit is contained in:
Tsuda Kageyu
2015-12-02 11:30:29 +09:00
parent 6966be4292
commit 060a50ab11
8 changed files with 12 additions and 12 deletions

View File

@ -29,7 +29,7 @@ using namespace TagLib;
namespace
{
const wchar *genres[] = {
const wchar_t *genres[] = {
L"Blues",
L"Classic Rock",
L"Country",