]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parser.h
whichFont down to 5.3%
[lyx.git] / src / mathed / math_parser.h
index 05a936af8928a552b371bbd10dbd9392d6ede67a..45a7610b90fb2f6d773d395c0535f5bf9c58eef4 100644 (file)
@@ -144,11 +144,11 @@ bool mathed_parse_normal(MathAtom &, std::istream &);
 bool mathed_parse_normal(MathAtom &, LyXLex &);
 
 /// parse a macro definition from a string, enter it into the macro table
-string mathed_parse_macro(string const &);
+bool mathed_parse_macro(string &, string const &);
 /// ... a stream
-string mathed_parse_macro(std::istream &);
+bool mathed_parse_macro(string &, std::istream &);
 /// ... the LyX lexxer
-string mathed_parse_macro(LyXLex &);
+bool mathed_parse_macro(string &, LyXLex &);
 
 /// parse a single cell from a string
 void mathed_parse_cell(MathArray & ar, string const &);