mirror of
https://github.com/taglib/taglib.git
synced 2025-06-03 09:08:09 -04:00
warnings--
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@892694 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
e989d7ad1d
commit
977ec6d41f
@ -45,7 +45,7 @@ Footer::~Footer()
|
||||
|
||||
}
|
||||
|
||||
const unsigned int Footer::size()
|
||||
uint Footer::size()
|
||||
{
|
||||
return FooterPrivate::size;
|
||||
}
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user