]> granicus.if.org Git - taglib/commitdiff
Fix compilation
authorJeff Mitchell <mitchell@kde.org>
Thu, 12 Apr 2012 22:41:40 +0000 (18:41 -0400)
committerJeff Mitchell <mitchell@kde.org>
Thu, 12 Apr 2012 22:41:40 +0000 (18:41 -0400)
taglib/ape/apeproperties.cpp

index cb81e557c0b383ceae5ef1e5f10cc3036ca5ffb2..b4fcec6add67df0b0d5f3ed08965c557c6207ffb 100644 (file)
@@ -106,7 +106,7 @@ int APE::Properties::bitsPerSample() const
   return d->bitsPerSample;
 }
 
-uint APE::Properties::sampleFrames() const
+TagLib::uint APE::Properties::sampleFrames() const
 {
   return d->sampleFrames;
 }