mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 13:04:18 -04:00
Merge pull request #229 from TsudaKageyu/gcc42-2
Fixed compilation error with GCC4.2
This commit is contained in:
@ -69,9 +69,9 @@ using namespace TagLib;
|
||||
namespace
|
||||
{
|
||||
#ifdef _WIN32
|
||||
const uint BufferSize = 8192;
|
||||
const TagLib::uint BufferSize = 8192;
|
||||
#else
|
||||
const uint BufferSize = 1024;
|
||||
const TagLib::uint BufferSize = 1024;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user