aboutsummaryrefslogtreecommitdiff
path: root/ide/undo_lablgtk_ge212.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ide/undo_lablgtk_ge212.mli')
-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 d7c12de8e2..c0280702d3 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