mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
99d1627a47
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6138 a592a061-630c-0410-9148-cb99ea01b6c8
11 lines
181 B
C++
11 lines
181 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
|