mirror of
https://github.com/taglib/taglib.git
synced 2026-02-05 15:00:14 -05: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