Update tinyxml2.h

*end != 0 => *_end != 0
This commit is contained in:
selfpoised 2013-03-13 16:54:15 +08:00
parent e77e19553d
commit 4dd59bcdf4
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ private:
NEEDS_DELETE = 0x200
};
// After parsing, if *end != 0, it can be set to zero.
// After parsing, if *_end != 0, it can be set to zero.
int _flags;
char* _start;
char* _end;