]> git.lyx.org Git - lyx.git/blob - src/mathed/math_factory.h
further code uglification to make Jean-Marc's compiler happy
[lyx.git] / src / mathed / math_factory.h
1 #ifndef MATH_FACTORY_H
2 #define MATH_FACTORY_H
3
4 #include "LString.h"
5
6 class MathInset;
7 class latexkeys;
8
9 MathInset * createMathInset(string const &);
10 MathInset * createMathInset(latexkeys const *);
11
12 #endif