]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_factory.h
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_factory.h
index 0123b5845cec8dc6125431b8cf4c7dd72afd51d9..56e0e916691b9dcc4f4112c69e8639c727451fb4 100644 (file)
@@ -2,11 +2,12 @@
 #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 &);
+MathAtom createMathInset(latexkeys const *);
 
 #endif