silence compiler warning

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17476 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-03-18 16:52:54 +00:00
parent fcf4061b89
commit ceea696904

View File

@ -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 OutputParams const &) const
{ {
// all math plain text output shall take place in InsetMathHull // all math plain text output shall take place in InsetMathHull