- 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

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