mirror of
https://github.com/taglib/taglib.git
synced 2025-11-12 20:52:52 -05:00
Fix compilation errors
This commit is contained in:
@ -177,7 +177,7 @@ void APE::Tag::setTrack(uint i)
|
||||
|
||||
// conversions of tag keys between what we use in PropertyMap and what's usual
|
||||
// for APE tags
|
||||
static const uint keyConversionsSize = 5; //usual, APE
|
||||
static const TagLib::uint keyConversionsSize = 5; //usual, APE
|
||||
static const char *keyConversions[][2] = {{"TRACKNUMBER", "TRACK" },
|
||||
{"DATE", "YEAR" },
|
||||
{"ALBUMARTIST", "ALBUM ARTIST"},
|
||||
|
||||
Reference in New Issue
Block a user