]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathFactory.h
Fix bug 5802 (http://bugzilla.lyx.org/show_bug.cgi?id=5802)
[lyx.git] / src / mathed / MathFactory.h
index 5af1738211e7c42445ec03c321ac08faaba2cbbf..7737429a61174e9332dc3a3051909e3ef51b578d 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
 #ifndef MATH_FACTORY_H
 #define MATH_FACTORY_H
 
+#include "MathParser.h"
+
 #include "support/strfwd.h"
 
+#include <map>
+
 namespace lyx {
 
 class MathAtom;
@@ -29,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