From ceea696904367a1b4165651593a74a2389d43f6e Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sun, 18 Mar 2007 16:52:54 +0000 Subject: [PATCH] silence compiler warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17476 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMath.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMath.C b/src/mathed/InsetMath.C index 9b203d2f59..e44c384101 100644 --- a/src/mathed/InsetMath.C +++ b/src/mathed/InsetMath.C @@ -82,7 +82,7 @@ void InsetMath::write(WriteStream & os) const } -int InsetMath::plaintext(Buffer const &, odocstream & os, +int InsetMath::plaintext(Buffer const &, odocstream &, OutputParams const &) const { // all math plain text output shall take place in InsetMathHull -- 2.39.2