Silence uint ambiguity errors in wavepackproperties.

This commit is contained in:
Festus Hagen 2015-08-06 03:22:03 -04:00
parent 7c17d32b3a
commit 65a6572299

View File

@ -210,7 +210,7 @@ void WavPack::Properties::read(File *file, long streamLength)
}
}
uint WavPack::Properties::seekFinalIndex(File *file, long streamLength)
TagLib::uint WavPack::Properties::seekFinalIndex(File *file, long streamLength)
{
const long offset = file->rfind("wvpk", streamLength);
if(offset == -1)