mirror of
https://github.com/taglib/taglib.git
synced 2025-08-15 10:44:39 -04:00
Fix compilation errors
This commit is contained in:
@ -73,12 +73,12 @@ String Mod::Tag::genre() const
|
||||
return String::null;
|
||||
}
|
||||
|
||||
uint Mod::Tag::year() const
|
||||
TagLib::uint Mod::Tag::year() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
uint Mod::Tag::track() const
|
||||
TagLib::uint Mod::Tag::track() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user