From 977ec6d41fd7231361ae2b5df9d5461be04f1d59 Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Fri, 5 Dec 2008 00:37:39 +0000 Subject: [PATCH] warnings-- git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@892694 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- taglib/mpeg/id3v2/id3v2footer.cpp | 2 +- taglib/mpeg/id3v2/id3v2footer.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.