]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXKeySym.h
reverse last change
[lyx.git] / src / frontends / LyXKeySym.h
index 8765b685a06aa88bb374368bca4f94e9db93034e..340808da6f7288e352fe367c0b6fa428e800c9d1 100644 (file)
@@ -47,7 +47,7 @@ public:
         * This converts the LyXKeySym to a 8-bit encoded character.
         * This relies on user to use the right encoding.
         */
-       virtual char getISOEncoded() const = 0;
+       virtual char getISOEncoded(string const & encoding) const = 0;
 };