mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
compile fix. Sorry.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@22701 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
54b0ad5904
commit
e3d8e0c460
@ -80,7 +80,7 @@ void InsetMathMBox::write(Buffer const & buf, WriteStream & ws) const
|
||||
ws << "\\mbox{\n";
|
||||
TexRow texrow;
|
||||
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 << "}";
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user