]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathSupport.h
Fix bug 5802 (http://bugzilla.lyx.org/show_bug.cgi?id=5802)
[lyx.git] / src / mathed / MathSupport.h
index f979cb9dfcc7fa8c075d9566bc5474862dd9f790..a2279991af1474c24046c7d3558fe0367da83780 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Alejandro Aguilar Sierra
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -13,9 +13,8 @@
 #ifndef MATH_SUPPORT_H
 #define MATH_SUPPORT_H
 
-#include "support/docstring.h"
-
-#include <string>
+#include "MathParser_flags.h"
+#include "support/strfwd.h"
 #include <vector>
 
 namespace lyx {
@@ -56,7 +55,7 @@ docstring asString(MathData const & ar);
 docstring asString(InsetMath const &);
 docstring asString(MathAtom const &);
 // converts string to single cell
-void asArray(docstring const & str, MathData & ar);
+void asArray(docstring const &, MathData &, Parse::flags f = Parse::NORMAL);
 
 } // namespace lyx