> How can you do these changes?
vi formula.C
/:li
fB
d4f<space>
...
> -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.
There are methods with the inset.h signature in FormulaBase which merely
redirect to the methods with the new signature. I don't need the Buffer in
InsetFormula and InsetFormulaMacro, so I don't want to see it there.
I think I even put a comment somewhere...
Andre'
--
André Pönitz ............................................. [EMAIL PROTECTED]