From 1716b7323ffd6182806c28211eaca1d813f68cb0 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Mon, 19 Mar 2007 15:58:20 +0000 Subject: [PATCH] compile fix (forgot this in rev. 17470) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17483 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathMBox.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathMBox.C b/src/mathed/InsetMathMBox.C index 864e54cf21..6f2b098eca 100644 --- a/src/mathed/InsetMathMBox.C +++ b/src/mathed/InsetMathMBox.C @@ -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 << "}"; -- 2.39.2