mirror of https://github.com/AxioDL/tinyxml2.git
fix duplicated COUNT logic
This commit is contained in:
parent
7fbefab95d
commit
856da21652
|
@ -356,7 +356,7 @@ private:
|
||||||
char mem[SIZE];
|
char mem[SIZE];
|
||||||
};
|
};
|
||||||
struct Block {
|
struct Block {
|
||||||
Chunk chunk[1024/SIZE];
|
Chunk chunk[COUNT];
|
||||||
};
|
};
|
||||||
DynArray< Block*, 10 > _blockPtrs;
|
DynArray< Block*, 10 > _blockPtrs;
|
||||||
Chunk* _root;
|
Chunk* _root;
|
||||||
|
|
Loading…
Reference in New Issue