Rudy Ges 6 달 전
부모
커밋
ddbf6f2129
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/compiler/compiler.ml

+ 1 - 1
src/compiler/compiler.ml

@@ -312,7 +312,7 @@ let do_type ctx mctx actx display_file_dot_path =
 			if com.display.dms_kind <> DMNone then DisplayTexpr.check_display_file tctx cs;
 			List.iter (fun cpath ->
 				ignore(tctx.Typecore.g.Typecore.do_load_module tctx cpath null_pos);
-				Typecore.flush_pass tctx.g (PBuildClass:Typecore.typer_pass) "actx.classes"
+				Typecore.flush_pass tctx.g PBuildClass "actx.classes"
 			) (List.rev actx.classes);
 			Finalization.finalize tctx;
 		);