Fix a compilation error

This commit is contained in:
Tsuda Kageyu
2013-03-23 13:58:44 +09:00
parent 56c85a2d68
commit 1618833a6b

View File

@ -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 &);