aboutsummaryrefslogtreecommitdiff
path: root/ide/session.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ide/session.mli')
-rw-r--r--ide/session.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/session.mli b/ide/session.mli
index 52e5572186..028a1f9de6 100644
--- a/ide/session.mli
+++ b/ide/session.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2015 *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016 *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
(* * GNU Lesser General Public License Version 2.1 *)
@@ -14,7 +14,7 @@ class type ['a] page =
inherit GObj.widget
method update : 'a -> unit
method on_update : callback:('a -> unit) -> unit
- method refresh_color : unit -> unit
+ method data : 'a
end
class type control =