mirror of
https://github.com/taglib/taglib.git
synced 2025-11-15 22:23:05 -05: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