Skip to content
Snippets Groups Projects
Unverified Commit e0595609 authored by Lee Thomason's avatar Lee Thomason Committed by GitHub
Browse files

Merge pull request #925 from hordi/patch-1

Update tinyxml2.h
parents 9a89766a 2555efa9
No related branches found
No related tags found
No related merge requests found
......@@ -375,7 +375,7 @@ public:
virtual void* Alloc() {
if ( !_root ) {
// Need a new block.
Block* block = new Block();
Block* block = new Block;
_blockPtrs.Push( block );
Item* blockItems = block->items;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment