src/Pure/PIDE/resources.scala
changeset 64856 5e9bf964510a
parent 64854 f5aa712e6250
child 65250 13a6c81534a8
--- a/src/Pure/PIDE/resources.scala	Mon Jan 09 20:31:00 2017 +0100
+++ b/src/Pure/PIDE/resources.scala	Mon Jan 09 20:47:45 2017 +0100
@@ -17,10 +17,10 @@
 {
   def thy_path(path: Path): Path = path.ext("thy")
 
-  val empty: Resources = new Resources(Build.Session_Content.empty)
+  val empty: Resources = new Resources(Sessions.Base.empty)
 }
 
-class Resources(val base: Build.Session_Content, val log: Logger = No_Logger)
+class Resources(val base: Sessions.Base, val log: Logger = No_Logger)
 {
   val thy_info = new Thy_Info(this)