mirror of
https://github.com/taglib/taglib.git
synced 2025-07-21 06:24:19 -04:00
- Disambiguate uint and ushort references
This commit is contained in:
@ -117,7 +117,7 @@ int WavPack::Properties::bitsPerSample() const
|
||||
return d->bitsPerSample;
|
||||
}
|
||||
|
||||
uint WavPack::Properties::sampleFrames() const
|
||||
TagLib::uint WavPack::Properties::sampleFrames() const
|
||||
{
|
||||
return d->sampleFrames;
|
||||
}
|
||||
|
Reference in New Issue
Block a user