mirror of https://github.com/AxioDL/tinyxml2.git
Remove obsolete comment
This commit is contained in:
parent
b6ea923f0f
commit
ec19a0e513
|
@ -112,7 +112,7 @@ char* StrPair::ParseText( char* p, const char* endTag, int strFlags )
|
|||
{
|
||||
TIXMLASSERT( endTag && *endTag );
|
||||
|
||||
char* start = p; // fixme: hides a member
|
||||
char* start = p;
|
||||
char endChar = *endTag;
|
||||
size_t length = strlen( endTag );
|
||||
|
||||
|
|
Loading…
Reference in New Issue