src/Pure/Admin/other_isabelle.scala
changeset 71726 a5fda30edae2
parent 71601 97ccf48c2f0c
child 72375 e48d93811ed7
--- a/src/Pure/Admin/other_isabelle.scala	Tue Apr 07 21:07:28 2020 +0200
+++ b/src/Pure/Admin/other_isabelle.scala	Tue Apr 07 21:49:36 2020 +0200
@@ -12,7 +12,7 @@
   def apply(isabelle_home: Path,
       isabelle_identifier: String = "",
       user_home: Path = Path.explode("$USER_HOME"),
-      progress: Progress = No_Progress): Other_Isabelle =
+      progress: Progress = new Progress): Other_Isabelle =
     new Other_Isabelle(isabelle_home.canonical, isabelle_identifier, user_home, progress)
 }