]> git.lyx.org Git - lyx.git/blob - src/mathed/math_factory.h
add #pragme interface/implementation
[lyx.git] / src / mathed / math_factory.h
1 #ifndef MATH_FACTORY_H
2 #define MATH_FACTORY_H
3
4 #ifdef __GNUG__
5 #pragma interface
6 #endif
7
8 #include "LString.h"
9 #include "math_atom.h"
10
11 class MathInset;
12 class latexkeys;
13
14 MathAtom createMathInset(string const &);
15
16 #endif