Explorar o código

Merge pull request #200 from Dmitry-Me/removeObsoleteComment

Remove obsolete comment
Lee Thomason %!s(int64=11) %!d(string=hai) anos
pai
achega
59b9aaea43
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tinyxml2.cpp

+ 1 - 1
tinyxml2.cpp

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