]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathAutoCorrect.h
Rm dup "Float" in "Insert>Float>Figure Wrap Float"
[features.git] / src / mathed / MathAutoCorrect.h
index 8b77f363f1cd1a6e60b218d591c99c17661c4d37..a782d678eedcb8c0a4667149db6251a1511e6853 100644 (file)
 #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