X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathAutoCorrect.cpp;h=fcc9f7705af445c692303fa50f579f59956790ce;hb=bca9a6ca73b05856eb24f38795d67fdefa939878;hp=85f699c4044419928d3cad06f303153c73dbc179;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/mathed/MathAutoCorrect.cpp b/src/mathed/MathAutoCorrect.cpp index 85f699c404..fcc9f7705a 100644 --- a/src/mathed/MathAutoCorrect.cpp +++ b/src/mathed/MathAutoCorrect.cpp @@ -170,7 +170,7 @@ void initAutoCorrect() } // namespace anon -bool math_autocorrect(MathAtom & at, char c) +bool math_autocorrect(MathAtom & at, char_type c) { static bool initialized = false;