Remove obsolete comment

This commit is contained in:
Dmitry-Me 2014-08-25 11:05:55 +04:00
parent b6ea923f0f
commit ec19a0e513
1 changed files with 1 additions and 1 deletions

View File

@ -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 );