浏览代码

[std] right...

Simon Krajewski 7 年之前
父节点
当前提交
009139fe3f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/haxe/xml/Access.hx

+ 1 - 1
std/haxe/xml/Access.hx

@@ -48,7 +48,7 @@ private abstract AttribAccess(Xml) from Xml {
 	}
 
 	@:op(a.b)
-	public function set( name : String, value : String ) : String {
+	function _hx_set( name : String, value : String ) : String {
 		if( this.nodeType == Xml.Document )
 			throw "Cannot access document attribute "+name;
 		this.set(name, value);