]> git.lyx.org Git - lyx.git/blob - src/mathed/math_autocorrect.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_autocorrect.h
1 #ifndef MATHAUTOCORRECT_H
2 #define MATHAUTOCORRECT_H
3
4
5 class MathAtom;
6
7 // make "corrections" according to file lib/autocorrect
8 bool math_autocorrect(MathAtom & at, char c);
9
10 #endif