mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-12-14 07:36:19 +00:00
fix duplicated COUNT logic
This commit is contained in:
@@ -356,7 +356,7 @@ private:
|
||||
char mem[SIZE];
|
||||
};
|
||||
struct Block {
|
||||
Chunk chunk[1024/SIZE];
|
||||
Chunk chunk[COUNT];
|
||||
};
|
||||
DynArray< Block*, 10 > _blockPtrs;
|
||||
Chunk* _root;
|
||||
|
||||
Reference in New Issue
Block a user