mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-14 19:31:23 +00:00
Merge pull request #200 from Dmitry-Me/removeObsoleteComment
Remove obsolete comment
This commit is contained in:
commit
59b9aaea43
@ -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…
x
Reference in New Issue
Block a user