From 1618833a6b309597a9d92b5728e50825566e7ee0 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Sat, 23 Mar 2013 13:58:44 +0900 Subject: [PATCH] Fix a compilation error --- taglib/toolkit/tfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taglib/toolkit/tfile.h b/taglib/toolkit/tfile.h index c1227e8b..d9b0a46f 100644 --- a/taglib/toolkit/tfile.h +++ b/taglib/toolkit/tfile.h @@ -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 &);