diff --git a/tinyxml2.h b/tinyxml2.h index 79aae8d..92e2b57 100755 --- a/tinyxml2.h +++ b/tinyxml2.h @@ -356,7 +356,7 @@ private: char mem[SIZE]; }; struct Block { - Chunk chunk[1024/SIZE]; + Chunk chunk[COUNT]; }; DynArray< Block*, 10 > _blockPtrs; Chunk* _root;