How can you do these changes? -int InsetFormula::linuxdoc(Buffer const * buf, ostream & os) const +int InsetFormula::linuxdoc(ostream & os) const { - return ascii(buf, os, 0); + return ascii(os, 0); } -int InsetFormula::docBook(Buffer const * buf, ostream & os) const +int InsetFormula::docBook(ostream & os) const { - return ascii(buf, os, 0); + return ascii(os, 0); } those are virtual methods whose signature is defined in inset.h, you cannot change those. -- Lgb
- mathed90.diff Andre Poenitz
- Re: mathed90.diff Dekel Tsur
- Re: mathed90.diff Andre Poenitz
- Re: mathed90.diff Dekel Tsur
- mathed91.diff (was: Re: mathed90.diff... Andre Poenitz
- Re: mathed91.diff (was: Re: math... Lars Gullik Bjønnes
- Re: mathed91.diff (was: Re: ... Lars Gullik Bjønnes
- Re: mathed91.diff (was: ... Andre Poenitz
- Re: mathed91.diff (was: Re: ... Andre Poenitz
- Re: mathed91.diff (was: Re: math... Dekel Tsur
- Re: mathed91.diff (was: Re: ... Lars Gullik Bjønnes
- Re: mathed91.diff (was: ... Juergen Vigna
- Re: mathed91.diff (was: ... Andre Poenitz
- Re: mathed91.diff (was: ... Lars Gullik Bjønnes
- Re: mathed91.diff (was: ... Andre Poenitz
- Re: mathed91.diff (was: ... Lars Gullik Bjønnes