]> git.lyx.org Git - features.git/blob - src/mathed/math_factory.h
forgotten files again...
[features.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