]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathFactory.h
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / MathFactory.h
index 2b9cbd0149c977fff79f64cc65480629792ec1e2..fbc130cda12e50d7255e28827b910fc30f8f9ae8 100644 (file)
 #ifndef MATH_FACTORY_H
 #define MATH_FACTORY_H
 
-#include "support/docstring.h"
-#include <string>
+#include "MathParser.h"
+
+#include "support/strfwd.h"
+
+#include <map>
 
 namespace lyx {
 
@@ -30,6 +33,8 @@ MathAtom createInsetMath(char const * const);
  */
 bool createInsetMath_fromDialogStr(docstring const &, MathData &);
 
+typedef std::map<docstring, latexkeys> MathWordList;
+MathWordList const & mathedWordList();
 
 } // namespace lyx