diff --git a/src/BlockArray.h b/src/BlockArray.h index 989574b3..b0033447 100644 --- a/src/BlockArray.h +++ b/src/BlockArray.h @@ -23,8 +23,8 @@ #include -#define BlockSize (1 << 12) -#define ENTRIES ((BlockSize - sizeof(size_t) ) / sizeof(unsigned char)) +#define BLOCKSIZE (1 << 12) +#define ENTRIES ((BLOCKSIZE - sizeof(size_t) ) / sizeof(unsigned char)) namespace Konsole {