mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Merge pull request #229 from TsudaKageyu/gcc42-2
Fixed compilation error with GCC4.2
This commit is contained in:
commit
3ae452ee2a
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user