]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXKeySym.h
Lars says _(_(b)) is a bug ... fix
[lyx.git] / src / frontends / LyXKeySym.h
index 9841f06b4e73026ca1d9ca2c4ace2f1ae2eda8e3..84b9a869f97a1af8947237df6f0b695613fc38a1 100644 (file)
@@ -45,14 +45,15 @@ public:
         * This relies on user to use the right encoding.
         */
        virtual char getISOEncoded() const = 0;
-
-       /**
-        * We need to be able to equality compare these for the
-        * sake of the keymap business.
-        */
-       virtual bool operator==(LyXKeySym const & k) const = 0;
 };
 
+
+/**
+ * We need to be able to equality compare these for the
+ * sake of the keymap business.
+ */
+bool operator==(LyXKeySym const & k1, LyXKeySym const & k2);
+
 typedef boost::shared_ptr<LyXKeySym> LyXKeySymPtr;
 
 #endif