]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAutoCorrect.h
Support the mathbbm font.
[lyx.git] / src / mathed / MathAutoCorrect.h
index 9e2f6d1dcbd1c2160def73e88edf6c3fd060e10a..a782d678eedcb8c0a4667149db6251a1511e6853 100644 (file)
@@ -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.
  */
 #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