aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/wg_ProofView.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ide/wg_ProofView.mli')
-rw-r--r--ide/wg_ProofView.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/wg_ProofView.mli b/ide/wg_ProofView.mli
index aa01d955d..a90d429d0 100644
--- a/ide/wg_ProofView.mli
+++ b/ide/wg_ProofView.mli
@@ -10,7 +10,7 @@ class type proof_view =
object
inherit GObj.widget
method buffer : GText.buffer
- method refresh : unit -> unit
+ method refresh : force:bool -> unit
method clear : unit -> unit
method set_goals : Interface.goals option -> unit
method set_evars : Interface.evar list option -> unit