X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathAutoCorrect.h;h=679e83738e6c1cc52f54c04d92e5515413d78f24;hb=cdc847fd304019a19425a0d5d9d42a556a937097;hp=9e2f6d1dcbd1c2160def73e88edf6c3fd060e10a;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/mathed/MathAutoCorrect.h b/src/mathed/MathAutoCorrect.h index 9e2f6d1dcb..679e83738e 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,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