Nicolas Cannasse 15 years ago
parent
commit
193525af2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      genswf9.ml

+ 1 - 1
genswf9.ml

@@ -1898,7 +1898,7 @@ let generate_inits ctx =
 	) ctx.com.types;
 	) ctx.com.types;
 	if not ctx.swc then List.iter (fun t ->
 	if not ctx.swc then List.iter (fun t ->
 		match t with
 		match t with
-		| TClassDecl { cl_extern = true; cl_path = "flash" :: _ , _ } -> ()
+		| TClassDecl { cl_extern = true } -> ()
 		| TClassDecl c -> generate_class_statics ctx c
 		| TClassDecl c -> generate_class_statics ctx c
 		| _ -> ()
 		| _ -> ()
 	) ctx.com.types;
 	) ctx.com.types;