mirror of
https://github.com/taglib/taglib.git
synced 2025-07-25 00:14:31 -04:00
Fix a compilation error
This commit is contained in:
@ -293,7 +293,7 @@ namespace TagLib {
|
||||
/*!
|
||||
* Returns the buffer size that is used for internal buffering.
|
||||
*/
|
||||
static uint bufferSize();
|
||||
static size_t bufferSize();
|
||||
|
||||
private:
|
||||
File(const File &);
|
||||
|
Reference in New Issue
Block a user