]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/matitaGtkMisc.ml
Use of standard OCaml syntax
[helm.git] / matita / matita / matitaGtkMisc.ml
index 1f3caa9c738c9fc7d415a9682bed3bd326ef3364..597cb7dbf9e9971c71ece1c6218abd4c630264cc 100644 (file)
@@ -27,6 +27,8 @@
 
 open Printf
 
+let _ = MatitaGuiInit.init ()
+
 let wrap_callback0 f = fun _ -> try f () with Not_found -> assert false
 let wrap_callback1 f = fun _ -> try f () with Not_found -> assert false
 let wrap_callback2 f = fun _ -> try f () with Not_found -> assert false