]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_charinset.C
enable direct input of #1...#9; some whitespace changes
[lyx.git] / src / mathed / math_charinset.C
index 0a9370637dcf46bc3c97a0be282fa268bdcc4dbf..329b68caa0653b4adfbb360f8ed75b18b16017e6 100644 (file)
@@ -30,7 +30,7 @@ MathCharInset::MathCharInset(char c, MathTextCodes t)
 }
 
 
-MathTextCodes MathCharInset::nativeCode(char c) const
+MathTextCodes MathCharInset::nativeCode(char c)
 {
        if (isalpha(c))
                return LM_TC_VAR;