diff --git a/taglib/wavpack/wavpackproperties.cpp b/taglib/wavpack/wavpackproperties.cpp index 94d3534c..4e4ccd58 100644 --- a/taglib/wavpack/wavpackproperties.cpp +++ b/taglib/wavpack/wavpackproperties.cpp @@ -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)