]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAutoCorrect.h
Cell in delimiter inset should not be tight
[lyx.git] / src / mathed / MathAutoCorrect.h
index a782d678eedcb8c0a4667149db6251a1511e6853..679e83738e6c1cc52f54c04d92e5515413d78f24 100644 (file)
 
 namespace lyx {
 
-class Cursor;
+class MathAtom;
 
 // make "corrections" according to file lib/autocorrect
-bool math_autocorrect(Cursor & cur, char_type c);
+bool math_autocorrect(MathAtom & at, char_type c);
 
 } // namespace lyx