]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/content_pres/cicNotationParser.mli
Multi-user matita: changed the status object to include a ``user'' method
[helm.git] / matitaB / components / content_pres / cicNotationParser.mli
index f5daf20b0f4ac3d3a778668b96ab28e20881f230..d711a30678fb6cac935adc1928f0fafab8dd4131 100644 (file)
@@ -33,7 +33,7 @@ class type g_status =
   method notation_parser_db: db
  end
 
-class virtual status: keywords:string list ->
+class virtual status: string option -> keywords:string list ->
  object('self)
   inherit NCic.status
   inherit g_status