lyx_mirror/src/mathed/math_factory.h

10 lines
138 B
C
Raw Normal View History

#ifndef MATH_FACTORY_H
#define MATH_FACTORY_H
class MathInset;
class latexkeys;
MathInset * createMathInset(latexkeys const *);
#endif