mirror of
https://github.com/taglib/taglib.git
synced 2025-11-12 20:52:52 -05:00
- Disambiguate uint and ushort references
This commit is contained in:
@ -103,7 +103,7 @@ int TrueAudio::Properties::channels() const
|
||||
return d->channels;
|
||||
}
|
||||
|
||||
uint TrueAudio::Properties::sampleFrames() const
|
||||
TagLib::uint TrueAudio::Properties::sampleFrames() const
|
||||
{
|
||||
return d->sampleFrames;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user