diff options
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/wg_Notebook.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/wg_Notebook.ml b/ide/wg_Notebook.ml index 76d6cbed9e..51e628c8f9 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 |
