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

View File

@@ -2177,6 +2177,7 @@ public:
void ClearBuffer() {
_buffer.Clear();
_buffer.Push(0);
_firstElement = true;
}
protected: