Explorar o código

No need to pass __s into _parse

Hugh Sanderson %!s(int64=16) %!d(string=hai) anos
pai
achega
83b934d9c4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/cpp/CppXml__.hx

+ 1 - 1
std/cpp/CppXml__.hx

@@ -103,7 +103,7 @@ class CppXml__ {
 				untyped this.cur = this.cur._parent;
 				untyped this.cur = this.cur._parent;
 			}
 			}
 		};
 		};
-		untyped _parse(xmlData.__s,parser);
+		untyped _parse(xmlData,parser);
 		x.nodeType = Xml.Document;
 		x.nodeType = Xml.Document;
 		return x;
 		return x;
 	}
 	}