]> git.lyx.org Git - lyx.git/blob - src/mathed/math_factory.h
8ed810fd04f434695dc362c20875cc38bddda7d8
[lyx.git] / src / mathed / math_factory.h
1 #ifndef MATH_FACTORY_H
2 #define MATH_FACTORY_H
3
4 class MathInset;
5 class latexkeys;
6
7 MathInset * createMathInset(latexkeys const *);
8
9 #endif