1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 15:13:01 +04:00

minor formatting fix and very strange memory tracker missing

This commit is contained in:
Lee Thomason
2017-06-01 19:09:16 -07:00
parent 33a1f8bd6c
commit 53858b4490
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2177,6 +2177,7 @@ public:
void ClearBuffer() {
_buffer.Clear();
_buffer.Push(0);
_firstElement = true;
}
protected: