* compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22671 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2008-01-25 22:05:41 +00:00
parent 8e212b98b4
commit de4a5e3a51

View File

@ -73,7 +73,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 {