From: Georg Baum Date: Sun, 18 Mar 2007 16:52:54 +0000 (+0000) Subject: silence compiler warning X-Git-Tag: 1.6.10~10569 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ceea696904367a1b4165651593a74a2389d43f6e;p=features.git silence compiler warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17476 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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