mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 05:40:59 +00:00
compile fix (forgot this in rev. 17470)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17483 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2364d03061
commit
1716b7323f
@ -79,7 +79,7 @@ void InsetMathMBox::write(Buffer const & buf, WriteStream & ws) const
|
||||
if (ws.latex()) {
|
||||
ws << "\\mbox{\n";
|
||||
TexRow texrow;
|
||||
OutputParams runparams;
|
||||
OutputParams runparams(&buf.params().encoding());
|
||||
latexParagraphs(buf, text_.paragraphs(), ws.os(), texrow, runparams);
|
||||
ws.addlines(texrow.rows());
|
||||
ws << "}";
|
||||
|
Loading…
Reference in New Issue
Block a user