Simon Krajewski 12 years ago
parent
commit
4130b2b13d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      std/haxe/rtti/XmlParser.hx

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

@@ -473,10 +473,10 @@ class XmlParser {
 				doc = c.innerData;
 				doc = c.innerData;
 			case "meta":
 			case "meta":
 				meta = xmeta(c);
 				meta = xmeta(c);
-			case "sub":
+			case "to":
 				for( t in c.elements )
 				for( t in c.elements )
 					subs.push(xtype(t));
 					subs.push(xtype(t));
-			case "super":
+			case "from":
 				for( t in c.elements )
 				for( t in c.elements )
 					supers.push(xtype(t));
 					supers.push(xtype(t));
 			default:
 			default: