From 65a657229964a52561fe5fd6b9f1cdadc86fe780 Mon Sep 17 00:00:00 2001 From: Festus Hagen Date: Thu, 6 Aug 2015 03:22:03 -0400 Subject: [PATCH] Silence uint ambiguity errors in wavepackproperties. --- taglib/wavpack/wavpackproperties.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)