Explorar o código

[std] right...

Simon Krajewski %!s(int64=7) %!d(string=hai) anos
pai
achega
009139fe3f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);