Browse Source

[std] right...

Simon Krajewski 7 years ago
parent
commit
009139fe3f
1 changed files with 1 additions and 1 deletions
  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);