]> git.lyx.org Git - features.git/blobdiff - src/frontends/LyXKeySym.h
Trivial compilation fix.
[features.git] / src / frontends / LyXKeySym.h
index 7c60b169eef5e267d05f5867ec255adc2d78c99f..84b9a869f97a1af8947237df6f0b695613fc38a1 100644 (file)
@@ -52,7 +52,7 @@ public:
  * We need to be able to equality compare these for the
  * sake of the keymap business.
  */
-bool operator==(LyXKeySym const & k1, LyXKeySym const & k1);
+bool operator==(LyXKeySym const & k1, LyXKeySym const & k2);
 
 typedef boost::shared_ptr<LyXKeySym> LyXKeySymPtr;