Browse Source

minor macro fix

Nicolas Cannasse 14 years ago
parent
commit
00cf64747c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      std/neko/_std/Type.hx

+ 3 - 0
std/neko/_std/Type.hx

@@ -152,6 +152,9 @@ enum ValueType {
 		a.remove("__construct__");
 		a.remove("prototype");
 		a.remove("new");
+		#if macro
+		a.remove("__ct__");
+		#end
 		return a;
 	}