From 27e3643d19919690842cb0d16c6e7de1a915c07b Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Fri, 5 Dec 2008 16:43:38 +0000 Subject: [PATCH] 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 --- taglib/mpeg/id3v2/id3v2footer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }