]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAutoCorrect.h
Fix drawing of empty boxes
[lyx.git] / src / mathed / MathAutoCorrect.h
index 63d0484a95af5f0cad1d3c1019c90507f37f51d7..679e83738e6c1cc52f54c04d92e5515413d78f24 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;
 
 // make "corrections" according to file lib/autocorrect
-bool math_autocorrect(MathAtom & at, char c);
+bool math_autocorrect(MathAtom & at, char_type c);
+
+} // namespace lyx
 
 #endif