Skip to content

Commit 0d4e2ee

Browse files
committed
Rebase
1 parent 36184ea commit 0d4e2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/compiler.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ let do_type ctx mctx actx display_file_dot_path =
312312
if com.display.dms_kind <> DMNone then DisplayTexpr.check_display_file tctx cs;
313313
List.iter (fun cpath ->
314314
ignore(tctx.Typecore.g.Typecore.do_load_module tctx cpath null_pos);
315-
Typecore.flush_pass tctx.g (PBuildClass:Typecore.typer_pass) "actx.classes"
315+
Typecore.flush_pass tctx.g PBuildClass "actx.classes"
316316
) (List.rev actx.classes);
317317
Finalization.finalize tctx;
318318
);

0 commit comments

Comments
 (0)