aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/preferences.ml
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-08-08 14:17:50 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-08-08 14:17:50 +0000
commit6df91acf9e7d61d3a0df86bdf4c4c67de4c4ae9c (patch)
treed67e1f8d989639742ec7ccd4826e06bea76ba863 /ide/preferences.ml
parentf0a83ebe0cb8d1a4815ce551cdca66f13a93c72e (diff)
Fixing a warning in CoqIDE compilation.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16668 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/preferences.ml')
-rw-r--r--ide/preferences.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/preferences.ml b/ide/preferences.ml
index 85c569015..39eaccb52 100644
--- a/ide/preferences.ml
+++ b/ide/preferences.ml
@@ -32,7 +32,7 @@ let loaded_accel_file =
try get_config_file "coqide.keys"
with Not_found -> Filename.concat (Option.default "" (Glib.get_home_dir ())) ".coqide.keys"
-let mod_to_str (m:Gdk.Tags.modifier) =
+let mod_to_str m =
match m with
| `MOD1 -> "<Alt>"
| `MOD2 -> "<Mod2>"