]> git.lyx.org Git - lyx.git/blob - src/mathed/math_factory.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_factory.h
1 #ifndef MATH_FACTORY_H
2 #define MATH_FACTORY_H
3
4
5 #include "LString.h"
6 #include "math_atom.h"
7
8 class MathInset;
9 class latexkeys;
10
11 MathAtom createMathInset(string const &);
12
13 #endif