X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathAutoCorrect.h;h=679e83738e6c1cc52f54c04d92e5515413d78f24;hb=02e82157ec583c3900e359de86be79fac6512387;hp=8b77f363f1cd1a6e60b218d591c99c17661c4d37;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/mathed/MathAutoCorrect.h b/src/mathed/MathAutoCorrect.h index 8b77f363f1..679e83738e 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; // make "corrections" according to file lib/autocorrect -bool math_autocorrect(MathAtom & at, char c); +bool math_autocorrect(MathAtom & at, char_type c); } // namespace lyx