]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parser.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_parser.h
index 90fc7bf20e2fb5d7a918240c450dcddbf829bc0a..1066db70110ff33210fb2460a5360f3b25c63aa6 100644 (file)
@@ -54,4 +54,6 @@ void mathed_parse_cell(MathArray & ar, std::string const &);
 /// ... a stream
 void mathed_parse_cell(MathArray & ar, std::istream &);
 
+void initParser();
+
 #endif