From: Scott Wheeler Date: Fri, 5 Dec 2008 00:37:39 +0000 (+0000) Subject: warnings-- X-Git-Tag: v1.6rc1~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=977ec6d41fd7231361ae2b5df9d5461be04f1d59;p=taglib warnings-- git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@892694 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/taglib/mpeg/id3v2/id3v2footer.cpp b/taglib/mpeg/id3v2/id3v2footer.cpp index 387bcf32..292df53f 100644 --- a/taglib/mpeg/id3v2/id3v2footer.cpp +++ b/taglib/mpeg/id3v2/id3v2footer.cpp @@ -45,7 +45,7 @@ Footer::~Footer() } -const unsigned int Footer::size() +uint Footer::size() { return FooterPrivate::size; } diff --git a/taglib/mpeg/id3v2/id3v2footer.h b/taglib/mpeg/id3v2/id3v2footer.h index 112e7581..5d0e1af5 100644 --- a/taglib/mpeg/id3v2/id3v2footer.h +++ b/taglib/mpeg/id3v2/id3v2footer.h @@ -62,7 +62,7 @@ namespace TagLib { /*! * Returns the size of the footer. Presently this is always 10 bytes. */ - static const unsigned int size(); + static uint size(); /*! * Renders the footer based on the data in \a header.