]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_factory.h
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_factory.h
index 8ed810fd04f434695dc362c20875cc38bddda7d8..8ddb4413ec4620324be0c7530de679f1271c80ba 100644 (file)
@@ -1,9 +1,13 @@
 #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