mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
* compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22671 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8e212b98b4
commit
de4a5e3a51
@ -73,7 +73,7 @@ void InsetMathMBox::write(Buffer const & buf, WriteStream & ws) const
|
|||||||
ws << "\\mbox{\n";
|
ws << "\\mbox{\n";
|
||||||
TexRow texrow;
|
TexRow texrow;
|
||||||
OutputParams runparams(&buf.params().encoding());
|
OutputParams runparams(&buf.params().encoding());
|
||||||
latexParagraphs(buf, text_.paragraphs(), ws.os(), texrow, runparams);
|
latexParagraphs(buf, text_, ws.os(), texrow, runparams);
|
||||||
ws.addlines(texrow.rows());
|
ws.addlines(texrow.rows());
|
||||||
ws << "}";
|
ws << "}";
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user