瀏覽代碼

default defPublic argument of XmlParser.xclassField to false so we do not get null for isPublic

Simon Krajewski 11 年之前
父節點
當前提交
50a6bce3ce
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/haxe/rtti/XmlParser.hx

+ 1 - 1
std/haxe/rtti/XmlParser.hx

@@ -393,7 +393,7 @@ class XmlParser {
 		};
 	}
 
-	function xclassfield( x : Fast, ?defPublic ) : ClassField {
+	function xclassfield( x : Fast, ?defPublic = false ) : ClassField {
 		var e = x.elements;
 		var t = xtype(e.next());
 		var doc = null;