Browse Source

No need to pass __s into _parse

Hugh Sanderson 15 years ago
parent
commit
83b934d9c4
1 changed files with 1 additions and 1 deletions
  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 _parse(xmlData.__s,parser);
+		untyped _parse(xmlData,parser);
 		x.nodeType = Xml.Document;
 		return x;
 	}