mirror of
https://github.com/taglib/taglib.git
synced 2026-03-21 22:29:56 -04:00
Use a standard type rather than TagLib::wchar.
This won't break the ABI compatibility.
This commit is contained in:
@ -29,7 +29,7 @@ using namespace TagLib;
|
||||
|
||||
namespace
|
||||
{
|
||||
const wchar *genres[] = {
|
||||
const wchar_t *genres[] = {
|
||||
L"Blues",
|
||||
L"Classic Rock",
|
||||
L"Country",
|
||||
|
||||
Reference in New Issue
Block a user