Nicolas Cannasse 18 년 전
부모
커밋
35d28b3b63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      std/flash/FlashXml__.hx

+ 1 - 1
std/flash/FlashXml__.hx

@@ -146,7 +146,7 @@ class FlashXml__ {
 	}
 
 	private function getParent() : Xml {
-		return __x[untyped "parentNode"];
+		return convert(__x[untyped "parentNode"]);
 	}
 
 	public function iterator() : Iterator<Xml> {