]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
Fix bug 2485 and crash on middle mouse paste on math
[lyx.git] / src / lyxtext.h
index 14fa58b3cf43337cef25effbe7a17a68d707a92f..dbb957d7746445cfa41a572dd948fe70f14ce799 100644 (file)
@@ -108,7 +108,7 @@ public:
        std::string getStringToIndex(LCursor const & cur);
 
        /// insert a character at cursor position
-       void insertChar(LCursor & cur, char c);
+       void insertChar(LCursor & cur, lyx::char_type c);
        /// insert an inset at cursor position
        void insertInset(LCursor & cur, InsetBase * inset);