X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_factory.h;h=b53efdda646cd0a5164a536df346177d1a886539;hb=e093e5e80c334995a77445c8e66a9f3c9594dda1;hp=8ed810fd04f434695dc362c20875cc38bddda7d8;hpb=d9c3e3e8a97210eb433a58ea65aa10017f6e29c6;p=lyx.git diff --git a/src/mathed/math_factory.h b/src/mathed/math_factory.h index 8ed810fd04..b53efdda64 100644 --- a/src/mathed/math_factory.h +++ b/src/mathed/math_factory.h @@ -1,9 +1,12 @@ #ifndef MATH_FACTORY_H #define MATH_FACTORY_H +#include "LString.h" +#include "math_atom.h" + class MathInset; class latexkeys; -MathInset * createMathInset(latexkeys const *); +MathAtom createMathInset(string const &); #endif