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:
Georg Baum 2007-03-19 15:58:20 +00:00
parent 2364d03061
commit 1716b7323f

View File

@ -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 << "}";