From de4a5e3a513d5c24fd72596ef3bdd45f479d092d Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Fri, 25 Jan 2008 22:05:41 +0000 Subject: [PATCH] * compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22671 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathMBox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathMBox.cpp b/src/mathed/InsetMathMBox.cpp index 39e500540c..c3c41b194d 100644 --- a/src/mathed/InsetMathMBox.cpp +++ b/src/mathed/InsetMathMBox.cpp @@ -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 { -- 2.39.2