src/Pure/Admin/build_fonts.scala
changeset 71726 a5fda30edae2
parent 71602 d5502ee7c141
child 72375 e48d93811ed7
--- a/src/Pure/Admin/build_fonts.scala	Tue Apr 07 21:07:28 2020 +0200
+++ b/src/Pure/Admin/build_fonts.scala	Tue Apr 07 21:49:36 2020 +0200
@@ -216,7 +216,7 @@
     target_prefix: String = "Isabelle",
     target_version: String = "",
     target_dir: Path = default_target_dir,
-    progress: Progress = No_Progress)
+    progress: Progress = new Progress)
   {
     progress.echo("Directory " + target_dir)
     hinting.foreach(hinted => Isabelle_System.mkdirs(target_dir + hinted_path(hinted)))