]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNest.h
make it compile again (hopefully)
[lyx.git] / src / mathed / InsetMathNest.h
index 4810bf16ce3984e8a517ca286df6279335c092f1..49476dcf9885185d3cadd697d19b32d52cd21cc4 100644 (file)
@@ -110,7 +110,7 @@ protected:
 
        /// interpret \p c and insert the result at the current position of
        /// of \p cur. Return whether the cursor should stay in the formula.
-       bool interpretChar(LCursor & cur, char c);
+       bool interpretChar(LCursor & cur, lyx::char_type c);
        ///
        bool script(LCursor & cur, bool,
                std::string const & save_selection = std::string());