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:
Jürgen Spitzmüller 2008-01-28 15:41:39 +00:00
parent 54b0ad5904
commit e3d8e0c460

View File

@ -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 {