1
0
Эх сурвалжийг харах

Merge pull request #200 from Dmitry-Me/removeObsoleteComment

Remove obsolete comment
Lee Thomason 11 жил өмнө
parent
commit
59b9aaea43
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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 );