X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathAutoCorrect.h;h=a782d678eedcb8c0a4667149db6251a1511e6853;hb=ffff88e7fcd46afaa3b1823e9fcdc4aad4e2114b;hp=63d0484a95af5f0cad1d3c1019c90507f37f51d7;hpb=e89625ef28143545a511cdabc67dee8b7be1b216;p=features.git diff --git a/src/mathed/MathAutoCorrect.h b/src/mathed/MathAutoCorrect.h index 63d0484a95..a782d678ee 100644 --- a/src/mathed/MathAutoCorrect.h +++ b/src/mathed/MathAutoCorrect.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author André Pönitz + * \author André Pönitz * * Full author contact details are available in file CREDITS. */ @@ -12,10 +12,15 @@ #ifndef MATHAUTOCORRECT_H #define MATHAUTOCORRECT_H +#include "support/strfwd.h" -class MathAtom; +namespace lyx { + +class Cursor; // make "corrections" according to file lib/autocorrect -bool math_autocorrect(MathAtom & at, char c); +bool math_autocorrect(Cursor & cur, char_type c); + +} // namespace lyx #endif