]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAutoCorrect.h
Reverse unwanted commits.
[lyx.git] / src / mathed / MathAutoCorrect.h
index 10b6e7288633b821747be6c25d744e5a76e0af20..8b77f363f1cd1a6e60b218d591c99c17661c4d37 100644 (file)
@@ -17,7 +17,7 @@ namespace lyx {
 class MathAtom;
 
 // make "corrections" according to file lib/autocorrect
-bool math_autocorrect(MathAtom & at, char_type c);
+bool math_autocorrect(MathAtom & at, char c);
 
 } // namespace lyx