On Friday 02 August 2002 12:11 pm, Angus Leeming wrote: > This would mean that you could throw away NestInset()->editing() because > the InsetFormula would already know this.
Ok, so this bit is a bad idea, but the rest holds. One question: aleem@pneumon:devel-> grep "editing()" src/mathed/*.h src/mathed/math_nestinset.h: virtual bool editing() const; why is editing() virtual? There's only one of 'em. Angus
