lyx_mirror/src/mathed/math_autocorrect.h
André Pönitz a37064c0ac add #pragme interface/implementation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5263 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-11 09:14:57 +00:00

14 lines
222 B
C++

#ifndef MATHAUTOCORRECT_H
#define MATHAUTOCORRECT_H
#ifdef __GNUG__
#pragma interface
#endif
class MathAtom;
// make "corrections" according to file lib/autocorrect
bool math_autocorrect(MathAtom & at, char c);
#endif