src/Pure/PIDE/headless.scala
changeset 75406 85e8b4c2b9a9
parent 75394 42267c650205
child 75742 2b448d7db0c4
--- a/src/Pure/PIDE/headless.scala	Mon Apr 04 23:33:14 2022 +0200
+++ b/src/Pure/PIDE/headless.scala	Mon Apr 04 23:46:14 2022 +0200
@@ -313,7 +313,7 @@
             }
           }
 
-        Session.Consumer[Session.Commands_Changed](getClass.getName) {
+        isabelle.Session.Consumer[isabelle.Session.Commands_Changed](getClass.getName) {
           case changed =>
             if (changed.nodes.exists(dep_theories_set)) {
               val snapshot = session.snapshot()