- Disambiguate uint and ushort references

This commit is contained in:
BSDKaffee
2012-07-15 01:57:53 -04:00
parent 3b392f2402
commit 3bc123aed6
8 changed files with 28 additions and 28 deletions

View File

@ -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;
}