]> git.lyx.org Git - lyx.git/blobdiff - src/trans.h
forgot two files
[lyx.git] / src / trans.h
index 97e8a51595c80e396e9b30107c6c7b56aa0c84a0..3c7628bd71428fa3f5ea9fbc174c303719470533 100644 (file)
@@ -77,7 +77,7 @@ private:
        ///
        int Load(LyXLex &);
        ///
-       inline char * Match(char c);
+       inline char * Match(unsigned char c);
        ///
        void InsertException(keyexc & exclist, char c,
                             string const & data, bool = false,
@@ -95,7 +95,7 @@ private:
 };
 
 
-char * Trans::Match(char c)
+char * Trans::Match(unsigned char c)
 {
        return keymap_[c];
 }