]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_factory.h
Fix.
[lyx.git] / src / mathed / math_factory.h
index 0123b5845cec8dc6125431b8cf4c7dd72afd51d9..8ddb4413ec4620324be0c7530de679f1271c80ba 100644 (file)
@@ -1,12 +1,13 @@
 #ifndef MATH_FACTORY_H
 #define MATH_FACTORY_H
 
+
 #include "LString.h"
+#include "math_atom.h"
 
 class MathInset;
 class latexkeys;
 
-MathInset * createMathInset(string const &);
-MathInset * createMathInset(latexkeys const *);
+MathAtom createMathInset(string const &);
 
 #endif