]> git.lyx.org Git - lyx.git/blob - src/mathed/math_autocorrect.h
First shot at "auto correction" feature in mathed
[lyx.git] / src / mathed / math_autocorrect.h
1 #ifndef MATHAUTOCORRECT_H
2 #define MATHAUTOCORRECT_H
3
4 class MathAtom;
5
6 // make "corrections" according to file lib/autocorrect
7 bool math_autocorrect(MathAtom & at, char c);
8
9 #endif