]> matita.cs.unibo.it Git - helm.git/commitdiff
Type fixed.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 13 Feb 2003 12:51:08 +0000 (12:51 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 13 Feb 2003 12:51:08 +0000 (12:51 +0000)
helm/DEVEL/mathml_editor/ocaml/i_mathml_editor.ml

index 62c1a380577fe26e962dcdcc781503c61c1acc8d..f7eddfefdc24bd9b7a8779167742ae056e150edf 100644 (file)
@@ -25,10 +25,10 @@ external drop : editor:t -> alt:bool -> unit
   = "ml_mathml_editor_drop"
 
 external cursor_hide : editor:t -> unit
-  = "ml_mathml_cursor_hide"
+  = "ml_mathml_editor_cursor_hide"
 
 external cursor_show : editor:t -> unit
-  = "ml_mathml_cursor_show"
+  = "ml_mathml_editor_cursor_show"
 
 external get_tex : editor:t -> string
   = "ml_mathml_editor_get_tex"