aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/preferences.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ide/preferences.mli')
-rw-r--r--ide/preferences.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/preferences.mli b/ide/preferences.mli
index f6d163cb0..793b65f20 100644
--- a/ide/preferences.mli
+++ b/ide/preferences.mli
@@ -26,7 +26,7 @@ type pref =
mutable encoding_use_utf8 : bool;
mutable encoding_manual : string;
- mutable automatic_tactics : (string * string) list;
+ mutable automatic_tactics : string list;
mutable cmd_print : string;
mutable modifier_for_navigation : Gdk.Tags.modifier list;