Procházet zdrojové kódy

Merge pull request #200 from Dmitry-Me/removeObsoleteComment

Remove obsolete comment
Lee Thomason před 11 roky
rodič
revize
59b9aaea43
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 );