mirror of https://github.com/AxioDL/tinyxml2.git
minor formatting fix and very strange memory tracker missing
This commit is contained in:
parent
33a1f8bd6c
commit
53858b4490
|
@ -2177,6 +2177,7 @@ public:
|
|||
void ClearBuffer() {
|
||||
_buffer.Clear();
|
||||
_buffer.Push(0);
|
||||
_firstElement = true;
|
||||
}
|
||||
|
||||
protected:
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
_CrtMemState startMemState;
|
||||
_CrtMemState endMemState;
|
||||
#endif
|
||||
|
||||
using namespace tinyxml2;
|
||||
|
|
Loading…
Reference in New Issue