From: Scott Wheeler Date: Fri, 5 Dec 2008 16:43:38 +0000 (+0000) Subject: Should fix the build. X-Git-Tag: v1.6rc1~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27e3643d19919690842cb0d16c6e7de1a915c07b;p=taglib Should fix the build. CCMAIL:tbscope@gmail.com git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@892977 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/taglib/mpeg/id3v2/id3v2footer.cpp b/taglib/mpeg/id3v2/id3v2footer.cpp index 292df53f..d542433f 100644 --- a/taglib/mpeg/id3v2/id3v2footer.cpp +++ b/taglib/mpeg/id3v2/id3v2footer.cpp @@ -45,7 +45,7 @@ Footer::~Footer() } -uint Footer::size() +TagLib::uint Footer::size() { return FooterPrivate::size; }