aboutsummaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
authorPierre Boutillier2014-09-02 17:14:34 +0200
committerPierre Boutillier2014-09-02 17:14:46 +0200
commitc8528ba19efdbdf9b13d35bced7ea35048d76378 (patch)
tree6785cf51a2f3334353979548b6c446ddf74f314a /ide
parentac60d974cc028cef60eb3593d1778977c1636629 (diff)
Fixup introduction of coqworkmgr
Diffstat (limited to 'ide')
-rw-r--r--ide/ide_slave.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/ide_slave.ml b/ide/ide_slave.ml
index 7c5d7a0777..6e8d298aba 100644
--- a/ide/ide_slave.ml
+++ b/ide/ide_slave.ml
@@ -466,7 +466,7 @@ let () = Coqtop.toploop_init := (fun args ->
let args = parse args in
Flags.make_silent true;
init_stdout ();
- CoqworkmgrApi.(init High);
+ CoqworkmgrApi.(init Flags.High);
args)
let () = Coqtop.toploop_run := loop