X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathAutoCorrect.h;h=a782d678eedcb8c0a4667149db6251a1511e6853;hb=ffff88e7fcd46afaa3b1823e9fcdc4aad4e2114b;hp=8b77f363f1cd1a6e60b218d591c99c17661c4d37;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=features.git diff --git a/src/mathed/MathAutoCorrect.h b/src/mathed/MathAutoCorrect.h index 8b77f363f1..a782d678ee 100644 --- a/src/mathed/MathAutoCorrect.h +++ b/src/mathed/MathAutoCorrect.h @@ -12,12 +12,14 @@ #ifndef MATHAUTOCORRECT_H #define MATHAUTOCORRECT_H +#include "support/strfwd.h" + namespace lyx { -class MathAtom; +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