mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-30 21:24:14 +00:00
4dd8a4ed0a
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4195 a592a061-630c-0410-9148-cb99ea01b6c8
10 lines
180 B
C++
10 lines
180 B
C++
#ifndef MATHAUTOCORRECT_H
|
|
#define MATHAUTOCORRECT_H
|
|
|
|
class MathAtom;
|
|
|
|
// make "corrections" according to file lib/autocorrect
|
|
bool math_autocorrect(MathAtom & at, char c);
|
|
|
|
#endif
|