]> granicus.if.org Git - taglib/commitdiff
Silence uint ambiguity errors in wavepackproperties.
authorFestus Hagen <festushagen2002@yahoo.com>
Thu, 6 Aug 2015 07:22:03 +0000 (03:22 -0400)
committerFestus Hagen <festushagen2002@yahoo.com>
Thu, 6 Aug 2015 07:22:03 +0000 (03:22 -0400)
taglib/wavpack/wavpackproperties.cpp

index 94d3534cbba7b23ef5aea21ad2ccc115841855a6..4e4ccd58292c0eaf5fcc6d3ed0bf832d44616b85 100644 (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)