]> 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 8ed810fd04f434695dc362c20875cc38bddda7d8..56e0e916691b9dcc4f4112c69e8639c727451fb4 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 &);
+MathAtom createMathInset(latexkeys const *);
 
 #endif