]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_factory.h
try to fix rounding errors
[lyx.git] / src / mathed / math_factory.h
index 8ed810fd04f434695dc362c20875cc38bddda7d8..b53efdda646cd0a5164a536df346177d1a886539 100644 (file)
@@ -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