A bit more re-organization.
[lyx.git] / src / mathed / MathAutoCorrect.h
blob679e83738e6c1cc52f54c04d92e5515413d78f24
1 // -*- C++ -*-
2 /**
3 * \file MathAutoCorrect.h
4 * This file is part of LyX, the document processor.
5 * Licence details can be found in the file COPYING.
7 * \author André Pönitz
9 * Full author contact details are available in file CREDITS.
12 #ifndef MATHAUTOCORRECT_H
13 #define MATHAUTOCORRECT_H
15 #include "support/strfwd.h"
17 namespace lyx {
19 class MathAtom;
21 // make "corrections" according to file lib/autocorrect
22 bool math_autocorrect(MathAtom & at, char_type c);
24 } // namespace lyx
26 #endif