lyx_mirror/src/mathed/math_autocorrect.h
André Pönitz 4dd8a4ed0a First shot at "auto correction" feature in mathed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4195 a592a061-630c-0410-9148-cb99ea01b6c8
2002-05-24 08:29:16 +00:00

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