aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/wg_Notebook.ml
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-10-23 22:17:11 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-10-23 22:17:11 +0000
commitef42739eadeb6ec3fc98b5beaa13bd859de44d15 (patch)
treed0db75605b1ff04fe13f70f0a02aacbee7465cf0 /ide/wg_Notebook.ml
parent5e6145c871eea1e94566b252b4bfc4cd752f42d5 (diff)
cList.index is now cList.index_f, same for index0
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16921 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/wg_Notebook.ml')
-rw-r--r--ide/wg_Notebook.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/wg_Notebook.ml b/ide/wg_Notebook.ml
index 76d6cbed9..51e628c8f 100644
--- a/ide/wg_Notebook.ml
+++ b/ide/wg_Notebook.ml
@@ -46,7 +46,7 @@ object(self)
List.nth term_list i
method term_num f p =
- Util.List.index0_f f p term_list
+ Util.List.index0 f p term_list
method pages = term_list