Nicolas Cannasse 16 years ago
parent
commit
c856c5e448
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/Type.hx

+ 1 - 0
std/Type.hx

@@ -521,6 +521,7 @@ class Type {
 			a.remove("prototype");
 			a.remove("prototype");
 			#end
 			#end
 			#if neko
 			#if neko
+			a.remove("__string");
 			a.remove("__construct__");
 			a.remove("__construct__");
 			a.remove("prototype");
 			a.remove("prototype");
 			a.remove("new");
 			a.remove("new");