mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Fixed compilation error with GCC4.2
This commit is contained in:
parent
9ccc4878d0
commit
bc2d3ea72e
@ -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