]> 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 63d0484a95af5f0cad1d3c1019c90507f37f51d7..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"
 
-class MathAtom;
+namespace lyx {
+
+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
 
 #endif