]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parser.C
support for \land and \vee, cosmetics
[lyx.git] / src / mathed / math_parser.C
index c0e7a4165343556cba2c705b79e2cfd8bfda9069..535432d84e4947774c9e38a82df43aed5500097a 100644 (file)
@@ -819,6 +819,12 @@ void mathed_parse(MathArray & array, unsigned flags)
 
 }
 
+MathInset * mathed_parse(string const & str)
+{
+       istringstream is(str.c_str());
+       return mathed_parse(is);
+}
+
 
 MathInset * mathed_parse(istream & is)
 {