]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gTopLevel/chosenTermEditor.mli
no longer use Dbi module but directly use Mysql module since it's 13
[helm.git] / helm / gTopLevel / chosenTermEditor.mli
index 83eb99e7dca8de16e810d157b34db7f7fd28e423..d88932c70d51b3a511fe62bd57dd07370fd0f810 100644 (file)
@@ -14,7 +14,7 @@ module Make :
   functor (C : DisambiguateTypes.Callbacks) ->
     sig
       val term_editor :
-        dbh:Dbi.connection ->
+        dbd:Mysql.dbd ->
         ?packing:(GObj.widget -> unit) ->
         ?width:int ->
         ?height:int ->