From b216b448c53dd5999930b214bbe35373dd8ff585 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 12 Apr 2012 18:41:40 -0400 Subject: [PATCH] Fix compilation --- taglib/ape/apeproperties.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taglib/ape/apeproperties.cpp b/taglib/ape/apeproperties.cpp index cb81e557..b4fcec6a 100644 --- a/taglib/ape/apeproperties.cpp +++ b/taglib/ape/apeproperties.cpp @@ -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; } -- 2.40.0