mirror of
https://github.com/taglib/taglib.git
synced 2025-08-15 10:44:39 -04:00
- Disambiguate uint and ushort references
This commit is contained in:
@ -70,7 +70,7 @@ int Mod::Properties::channels() const
|
||||
return d->channels;
|
||||
}
|
||||
|
||||
uint Mod::Properties::instrumentCount() const
|
||||
TagLib::uint Mod::Properties::instrumentCount() const
|
||||
{
|
||||
return d->instrumentCount;
|
||||
}
|
||||
|
Reference in New Issue
Block a user