mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
fix compiler warning
This commit is contained in:
parent
771e46c58d
commit
f6fff878a7
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user