fix compiler warning

This commit is contained in:
Juergen Spitzmueller 2022-08-16 17:41:40 +02:00
parent 771e46c58d
commit f6fff878a7

View File

@ -133,6 +133,7 @@ docstring map_latex_to(docstring latex, bool xml = false)
std::string format = (xml) ? "XML" : "HTML";
lyxerr << "mathmlize " << format << " conversion for '" << latex << "' not implemented" << endl;
LASSERT(false, return from_ascii(dict["xrightarrow"]));
return docstring();
}
}