[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | 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); | } Ok, I see what you do... but If you do this you should hide all those new methods, preferably in the private secion... and I don't get why you use InsetFormulaBase as a dispatcher in this case. -- 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
- Re: mathed91.diff (was: ... Andre Poenitz