Ver Fonte

Merge pull request #200 from Dmitry-Me/removeObsoleteComment

Remove obsolete comment
Lee Thomason há 11 anos atrás
pai
commit
59b9aaea43
1 ficheiros alterados com 1 adições e 1 exclusões
  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 );