aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-06-10 05:09:29 +0000
committerGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-06-10 05:09:29 +0000
commit28013761c65dd011c6b5fd3990fe28be4cd4b621 (patch)
tree4525f360f0a5492b9b2ed35c118eb900e2ee07d1
parentde96fa8da927dc8fda20563954d666b128f7b435 (diff)
Fix build with OCaml 3.12
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13107 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--ide/undo_lablgtk_ge212.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/ide/undo_lablgtk_ge212.mli b/ide/undo_lablgtk_ge212.mli
index d7c12de8e..c0280702d 100644
--- a/ide/undo_lablgtk_ge212.mli
+++ b/ide/undo_lablgtk_ge212.mli
@@ -8,9 +8,10 @@
(* An undoable view class *)
-class undoable_view : [> Gtk.text_view] Gtk.obj ->
+class undoable_view : ([> Gtk.text_view] as 'a) Gtk.obj ->
object
inherit GText.view
+ val obj : 'a Gtk.obj
method undo : bool
method redo : bool
method clear_undo : unit