瀏覽代碼

No need to pass __s into _parse

Hugh Sanderson 16 年之前
父節點
當前提交
83b934d9c4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 	}