]> git.lyx.org Git - lyx.git/blobdiff - src/KeyMap.h
Fix compilation on win
[lyx.git] / src / KeyMap.h
index f76fa85f2adf63a0018ce82d42b56dd34ed78965..81c7b82ebfb8d37256d55fc87a8e1ea9103462d0 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author Jean-Marc Lasgouttes
  * \author John Levon
  *
@@ -151,7 +151,7 @@ private:
                /// Modifier masks
                ModifierPair mod;
                /// Keymap for prefix keys
-               boost::shared_ptr<KeyMap> table;
+               boost::shared_ptr<KeyMap> prefixes;
                /// Action for !prefix keys
                FuncRequest func;
        };