]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_refiner/nCicUnifHint.mli
HUGE COMMIT:
[helm.git] / matita / components / ng_refiner / nCicUnifHint.mli
index 421ef9ffb66e0d48672e3b2e01a4ecd1ab24d147..832e980e21f163c26208602009a473ff8fdc0808 100644 (file)
@@ -20,9 +20,10 @@ class type g_status =
   method uhint_db: db
  end
 
-class status :
+class virtual status :
  object ('self)
   inherit g_status
+  inherit NCic.status
   method set_uhint_db: db -> 'self
   method set_unifhint_status: #g_status -> 'self
  end