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)
 	@:op(a.b)
-	public function set( name : String, value : String ) : String {
+	function _hx_set( name : String, value : String ) : String {
 		if( this.nodeType == Xml.Document )
 		if( this.nodeType == Xml.Document )
 			throw "Cannot access document attribute "+name;
 			throw "Cannot access document attribute "+name;
 		this.set(name, value);
 		this.set(name, value);